Skip to content

Commit 0a1604d

Browse files
Make threadt a struct
No function change. As a convention we use class in presence of virtual function, which is not the case here, so struct is prefered.
1 parent ff36843 commit 0a1604d

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
@@ -349,9 +349,8 @@ class goto_symex_statet final
349349

350350
unsigned total_vccs, remaining_vccs;
351351

352-
class threadt
352+
struct threadt
353353
{
354-
public:
355354
goto_programt::const_targett pc;
356355
guardt guard;
357356
call_stackt call_stack;

0 commit comments

Comments
 (0)