Skip to content

Commit ff5a232

Browse files
author
svorenova
committed
Remove unused constructor
1 parent e558272 commit ff5a232

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/std_types.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,11 +1050,6 @@ class incomplete_array_typet:public type_with_subtypet
10501050
incomplete_array_typet():type_with_subtypet(ID_incomplete_array)
10511051
{
10521052
}
1053-
1054-
explicit incomplete_array_typet(const typet &_subtype)
1055-
: type_with_subtypet(ID_incomplete_array, _subtype)
1056-
{
1057-
}
10581053
};
10591054

10601055
/// Check whether a reference to a typet is a \ref incomplete_array_typet.

0 commit comments

Comments
 (0)