Skip to content

Commit f1f4cb1

Browse files
author
Daniel Kroening
committed
remove type_with_subtypet::type_with_subtypet()
1 parent fe962a6 commit f1f4cb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/type.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class typet:public irept
8080
class type_with_subtypet:public typet
8181
{
8282
public:
83-
type_with_subtypet() { }
84-
8583
explicit type_with_subtypet(const irep_idt &_id):typet(_id) { }
8684
type_with_subtypet(const irep_idt &_id, const typet &_subtype):
8785
typet(_id)

0 commit comments

Comments
 (0)