Skip to content

Commit cc70791

Browse files
Remove typedef used only once
1 parent 2108547 commit cc70791

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
@@ -358,8 +358,7 @@ class goto_symex_statet final
358358
unsigned atomic_section_id = 0;
359359
};
360360

361-
typedef std::vector<threadt> threadst;
362-
threadst threads;
361+
std::vector<threadt> threads;
363362

364363
bool l2_thread_read_encoding(ssa_exprt &expr, const namespacet &ns);
365364
bool l2_thread_write_encoding(const ssa_exprt &expr, const namespacet &ns);

0 commit comments

Comments
 (0)