Skip to content

Commit 5621d77

Browse files
committed
Remove deprecated *_exprt constructors
These have been marked deprecated for several months.
1 parent ab7ab84 commit 5621d77

File tree

3 files changed

+0
-495
lines changed

3 files changed

+0
-495
lines changed

src/util/byte_operators.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ Author: Daniel Kroening, [email protected]
2525
class byte_extract_exprt:public binary_exprt
2626
{
2727
public:
28-
DEPRECATED("use byte_extract_exprt(id, op, offset, type) instead")
29-
explicit byte_extract_exprt(irep_idt _id):binary_exprt(_id)
30-
{
31-
}
32-
33-
DEPRECATED("use byte_extract_exprt(id, op, offset, type) instead")
34-
explicit byte_extract_exprt(irep_idt _id, const typet &_type):
35-
binary_exprt(_id, _type)
36-
{
37-
}
38-
3928
byte_extract_exprt(
4029
irep_idt _id,
4130
const exprt &_op,

0 commit comments

Comments
 (0)