Skip to content

Commit a9b9754

Browse files
author
Daniel Kroening
committed
remove unused constructor struct_typet::baset()
1 parent 9e07c3f commit a9b9754

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
@@ -291,10 +291,6 @@ class struct_typet:public struct_union_typet
291291
class baset : public exprt
292292
{
293293
public:
294-
baset() : exprt(ID_base)
295-
{
296-
}
297-
298294
explicit baset(const typet &base) : exprt(ID_base, base)
299295
{
300296
}

0 commit comments

Comments
 (0)