Skip to content

Commit 2108547

Browse files
Remove trivial constructor
No functional change
1 parent 0a1604d commit 2108547

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
@@ -355,12 +355,7 @@ class goto_symex_statet final
355355
guardt guard;
356356
call_stackt call_stack;
357357
std::map<irep_idt, unsigned> function_frame;
358-
unsigned atomic_section_id;
359-
360-
threadt():
361-
atomic_section_id(0)
362-
{
363-
}
358+
unsigned atomic_section_id = 0;
364359
};
365360

366361
typedef std::vector<threadt> threadst;

0 commit comments

Comments
 (0)