Skip to content

Commit 7b84533

Browse files
Remove unused typedef
1 parent 10edd29 commit 7b84533

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ class goto_symex_statet final
5757
symex_targett::sourcet source;
5858
symex_target_equationt *symex_target;
5959

60-
// we have a two-level renaming
61-
62-
typedef std::map<irep_idt, irep_idt> original_identifierst;
63-
6460
// we remember all L1 renamings
6561
typedef std::set<irep_idt> l1_historyt;
6662
l1_historyt l1_history;

0 commit comments

Comments
 (0)