Skip to content

Commit 9db048d

Browse files
Remove typedef used only once
1 parent 4cc6f62 commit 9db048d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,9 @@ class goto_symex_statet final
328328
unsigned atomic_section_id;
329329
typedef std::pair<unsigned, std::list<guardt> > a_s_r_entryt;
330330
typedef std::list<guardt> a_s_w_entryt;
331-
typedef std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
332-
written_in_atomic_sectiont;
333331
std::unordered_map<ssa_exprt, a_s_r_entryt, irep_hash> read_in_atomic_section;
334-
written_in_atomic_sectiont written_in_atomic_section;
332+
std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
333+
written_in_atomic_section;
335334

336335
unsigned total_vccs, remaining_vccs;
337336

0 commit comments

Comments
 (0)