Skip to content

Commit a68f8ea

Browse files
author
Daniel Kroening
committed
remove refined_string_exprt constructor
This has no users.
1 parent b034ba3 commit a68f8ea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/util/string_expr.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ inline const array_string_exprt &to_array_string_expr(const exprt &expr)
114114
class refined_string_exprt : public struct_exprt
115115
{
116116
public:
117-
DEPRECATED(SINCE(
118-
2019,
119-
1,
120-
12,
121-
"use refined_string_exprt(length, content, type) instead"))
122-
refined_string_exprt() : struct_exprt()
123-
{
124-
}
125-
126117
refined_string_exprt(
127118
const exprt &_length,
128119
const exprt &_content,

0 commit comments

Comments
 (0)