diff options
| author | gingerBill <bill@gingerbill.org> | 2020-07-14 16:36:33 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-07-14 16:36:33 +0100 |
| commit | c18fc2da9f4aa38a2bc86b6d2c32fb8d50db4545 (patch) | |
| tree | e106b2f3f296925f8b106424778cdc92b7a647ce /src/types.cpp | |
| parent | c4067372dddbabd327cda1d4a821ef6b343a29b1 (diff) | |
Remove some dead code
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
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; } |