Skip to content

Commit 930ca57

Browse files
author
Daniel Kroening
committed
remove range_typet() constructor, which produces an incomplete object
1 parent c74b578 commit 930ca57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/util/std_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,10 +1563,6 @@ inline const string_typet &to_string_type(const typet &type)
15631563
class range_typet:public typet
15641564
{
15651565
public:
1566-
range_typet():typet(ID_range)
1567-
{
1568-
}
1569-
15701566
range_typet(const mp_integer &_from, const mp_integer &_to)
15711567
{
15721568
set_from(_from);

0 commit comments

Comments
 (0)