Skip to content

Commit 3875c4f

Browse files
author
kroening
committed
clean
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@889 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
1 parent b0abc62 commit 3875c4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ class goto_symex_statet
285285
typedef std::set<irep_idt> local_variablest;
286286
local_variablest local_variables;
287287

288-
framet():
289-
return_value(static_cast<const exprt &>(get_nil_irep()))
288+
framet():return_value(nil_exprt())
290289
{
291290
}
292291

0 commit comments

Comments
 (0)