Skip to content

Commit 0b7ff55

Browse files
Remove trivial constructor
No functional change
1 parent 5344bee commit 0b7ff55

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,7 @@ class goto_symex_statet final
261261
guardt guard;
262262
call_stackt call_stack;
263263
std::map<irep_idt, unsigned> function_frame;
264-
unsigned atomic_section_id;
265-
266-
threadt():
267-
atomic_section_id(0)
268-
{
269-
}
264+
unsigned atomic_section_id = 0;
270265
};
271266

272267
typedef std::vector<threadt> threadst;

0 commit comments

Comments
 (0)