Skip to content

Commit 9705cc9

Browse files
Remove unused message field
String constraint generator make no use of this field.
1 parent 7662ed0 commit 9705cc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/solvers/strings/string_constraint_generator.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ class string_constraint_generatort final
7474
exprt associate_array_to_pointer(const function_application_exprt &f);
7575

7676
exprt associate_length_to_array(const function_application_exprt &f);
77-
78-
// MEMBERS
79-
const messaget message;
8077
};
8178

8279
// Type used by primitives to signal errors

0 commit comments

Comments
 (0)