Skip to content

Commit 27b4b03

Browse files
Remove typedef used only once
1 parent 9b4843e commit 27b4b03

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
@@ -234,10 +234,9 @@ class goto_symex_statet final
234234
unsigned atomic_section_id;
235235
typedef std::pair<unsigned, std::list<guardt> > a_s_r_entryt;
236236
typedef std::list<guardt> a_s_w_entryt;
237-
typedef std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
238-
written_in_atomic_sectiont;
239237
std::unordered_map<ssa_exprt, a_s_r_entryt, irep_hash> read_in_atomic_section;
240-
written_in_atomic_sectiont written_in_atomic_section;
238+
std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
239+
written_in_atomic_section;
241240

242241
unsigned total_vccs, remaining_vccs;
243242

0 commit comments

Comments
 (0)