Skip to content

Commit

Permalink
remove range_typet() constructor, which produces an incomplete object
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed May 29, 2018
1 parent f92083d commit e7c52e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util/std_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1563,10 +1563,6 @@ inline const string_typet &to_string_type(const typet &type)
class range_typet:public typet
{
public:
range_typet():typet(ID_range)
{
}

range_typet(const mp_integer &_from, const mp_integer &_to)
{
set_from(_from);
Expand Down

0 comments on commit e7c52e4

Please sign in to comment.