Skip to content

Commit 72f63f3

Browse files
author
Daniel Kroening
committed
remove tag_typet() constructor, which produces an incomplete object
1 parent 516ed14 commit 72f63f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/util/std_types.h

-4
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,6 @@ inline union_typet &to_union_type(typet &type)
488488
class tag_typet:public typet
489489
{
490490
public:
491-
explicit tag_typet(const irep_idt &_id):typet(_id)
492-
{
493-
}
494-
495491
explicit tag_typet(
496492
const irep_idt &_id,
497493
const irep_idt &identifier):typet(_id)

0 commit comments

Comments
 (0)