Skip to content

Commit a30d8a7

Browse files
Remove typedef used only once
1 parent 0b7ff55 commit a30d8a7

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
@@ -264,8 +264,7 @@ class goto_symex_statet final
264264
unsigned atomic_section_id = 0;
265265
};
266266

267-
typedef std::vector<threadt> threadst;
268-
threadst threads;
267+
std::vector<threadt> threads;
269268

270269
bool l2_thread_read_encoding(ssa_exprt &expr, const namespacet &ns);
271270
bool l2_thread_write_encoding(const ssa_exprt &expr, const namespacet &ns);

0 commit comments

Comments
 (0)