Skip to content

Commit a2322ea

Browse files
author
Daniel Kroening
committed
fx symex
1 parent 304b41f commit a2322ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/goto-symex/goto_symex.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class code_assignt;
2929
class code_function_callt;
3030
class exprt;
3131
class goto_symex_statet;
32-
class guardt;
3332
class if_exprt;
3433
class index_exprt;
3534
class symbol_exprt;
@@ -246,7 +245,7 @@ class goto_symext
246245
// with false we continue.
247246
virtual bool should_stop_unwind(
248247
const symex_targett::sourcet &source,
249-
const goto_symex_statet::call_stackt &context,
248+
const call_stackt &context,
250249
unsigned unwind);
251250

252251
virtual void loop_bound_exceeded(statet &, const exprt &guard);

0 commit comments

Comments
 (0)