Skip to content

Commit 8a0135e

Browse files
Remove typedef used only once
1 parent 7b84533 commit 8a0135e

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
@@ -58,8 +58,7 @@ class goto_symex_statet final
5858
symex_target_equationt *symex_target;
5959

6060
// we remember all L1 renamings
61-
typedef std::set<irep_idt> l1_historyt;
62-
l1_historyt l1_history;
61+
std::set<irep_idt> l1_history;
6362

6463
struct renaming_levelt
6564
{

0 commit comments

Comments
 (0)