We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb6b94 commit b5986a7Copy full SHA for b5986a7
src/goto-symex/goto_symex.h
@@ -276,8 +276,6 @@ class goto_symext
276
virtual void loop_bound_exceeded(statet &, const exprt &guard);
277
278
// function calls
279
-
280
- void pop_frame(statet &);
281
void return_assignment(statet &);
282
283
virtual void no_body(const irep_idt &)
src/goto-symex/symex_function_call.cpp
@@ -327,7 +327,7 @@ void goto_symext::symex_function_call_code(
327
}
328
329
/// pop one call frame
330
-void goto_symext::pop_frame(statet &state)
+static void pop_frame(goto_symext::statet &state)
331
{
332
PRECONDITION(!state.call_stack().empty());
333
0 commit comments