Skip to content

Commit 7d17590

Browse files
committed
constify goto_symext::guard_identifier
This member is never written to.
1 parent d2240ad commit 7d17590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/goto_symex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class goto_symext
276276

277277
// guards
278278

279-
irep_idt guard_identifier;
279+
const irep_idt guard_identifier;
280280

281281
// symex
282282
virtual void symex_transition(

0 commit comments

Comments
 (0)