File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ void local_safe_pointerst::operator()(const goto_programt &goto_program)
177177// / \param out: stream to write output to
178178// / \param goto_program: GOTO program analysed (the same one passed to
179179// / operator())
180- // / \param ns: global namespace
181180void local_safe_pointerst::output (
182181 std::ostream &out, const goto_programt &goto_program)
183182{
@@ -219,7 +218,6 @@ void local_safe_pointerst::output(
219218// / \param out: stream to write output to
220219// / \param goto_program: GOTO program analysed (the same one passed to
221220// / operator())
222- // / \param ns: global namespace
223221void local_safe_pointerst::output_safe_dereferences (
224222 std::ostream &out, const goto_programt &goto_program)
225223{
Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ class string_constraintt final
104104};
105105
106106// / Used for debug printing.
107- // / \param [in] ns: namespace for `from_expr`
108- // / \param [in] identifier: identifier for `from_expr`
109107// / \param [in] expr: constraint to render
110108// / \return rendered string
111109inline std::string to_string (const string_constraintt &expr)
@@ -176,8 +174,6 @@ class string_not_contains_constraintt : public exprt
176174};
177175
178176// / Used for debug printing.
179- // / \param [in] ns: namespace for `from_expr`
180- // / \param [in] identifier: identifier for `from_expr`
181177// / \param [in] expr: constraint to render
182178// / \return rendered string
183179inline std::string to_string (const string_not_contains_constraintt &expr)
You can’t perform that action at this time.
0 commit comments