aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-07-14 16:36:33 +0100
committergingerBill <bill@gingerbill.org>2020-07-14 16:36:33 +0100
commitc18fc2da9f4aa38a2bc86b6d2c32fb8d50db4545 (patch)
treee106b2f3f296925f8b106424778cdc92b7a647ce /src/types.cpp
parentc4067372dddbabd327cda1d4a821ef6b343a29b1 (diff)
Remove some dead code
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 8395d1097..4372bdd6a 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -1788,7 +1788,6 @@ bool is_type_polymorphic(Type *t, bool or_specialized=false) {
bool type_has_undef(Type *t) {
- // t = base_type(t);
return true;
}