Skip to content

Commit a933933

Browse files
author
Daniel Kroening
committed
remove refined_string_exprt constructor
This has no users.
1 parent 7ef8430 commit a933933

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
@@ -108,15 +108,6 @@ inline const array_string_exprt &to_array_string_expr(const exprt &expr)
108108
class refined_string_exprt : public struct_exprt
109109
{
110110
public:
111-
DEPRECATED(SINCE(
112-
2019,
113-
1,
114-
12,
115-
"use refined_string_exprt(length, content, type) instead"))
116-
refined_string_exprt() : struct_exprt()
117-
{
118-
}
119-
120111
refined_string_exprt(
121112
const exprt &_length,
122113
const exprt &_content,

0 commit comments

Comments
 (0)