Skip to content

Commit 75d5d28

Browse files
committed
Remove void_typet
void_typet had 25 uses across the codebase, while its equivalent empty_typet has 84 uses. Only sometimes using "void_typet" requires that empty_typet and void_typet forever stay the same.
1 parent 268592d commit 75d5d28

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
@@ -54,11 +54,6 @@ class empty_typet:public typet
5454
}
5555
};
5656

57-
/// The void type, the same as \ref empty_typet.
58-
class void_typet:public empty_typet
59-
{
60-
};
61-
6257
/// A reference into the symbol table
6358
class symbol_typet:public typet
6459
{

0 commit comments

Comments
 (0)