Skip to content

Commit efb9284

Browse files
committed
Remove declaration of string_constantt::from_array_expr
The implementation was removed in a904300.
1 parent 030563e commit efb9284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/string_constant.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class string_constantt : public nullary_exprt
2424
}
2525

2626
array_exprt to_array_expr() const;
27-
bool from_array_expr(const array_exprt &);
2827
};
2928

3029
template <>

0 commit comments

Comments
 (0)