We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f43be commit 5660eeaCopy full SHA for 5660eea
src/util/std_types.h
@@ -1050,11 +1050,6 @@ class incomplete_array_typet:public type_with_subtypet
1050
incomplete_array_typet():type_with_subtypet(ID_incomplete_array)
1051
{
1052
}
1053
-
1054
- explicit incomplete_array_typet(const typet &_subtype)
1055
- : type_with_subtypet(ID_incomplete_array, _subtype)
1056
- {
1057
- }
1058
};
1059
1060
/// Check whether a reference to a typet is a \ref incomplete_array_typet.
0 commit comments