Skip to content

Commit 242f805

Browse files
Remove typedef used only once
1 parent 8cf3410 commit 242f805

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
@@ -281,8 +281,7 @@ class goto_symex_statet final
281281

282282
renaming_levelt::current_namest old_level1;
283283

284-
typedef std::set<irep_idt> local_objectst;
285-
local_objectst local_objects;
284+
std::set<irep_idt> local_objects;
286285

287286
framet():
288287
return_value(nil_exprt()),

0 commit comments

Comments
 (0)