aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-20 17:31:46 +0100
committergingerBill <bill@gingerbill.org>2018-05-20 17:31:46 +0100
commit4d052d5119653c80f4c7b7c6695256e0540a55a5 (patch)
tree0093201366301e0178863a44e149f04bc673d22d /src/types.cpp
parent7e4c6434012fbe4e8d76f9fb852a0f136c7bc795 (diff)
Remove code relating to default struct values
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 efba72e57..7a40f9bff 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -91,7 +91,6 @@ struct TypeStruct {
bool is_raw_union;
bool is_polymorphic;
bool is_poly_specialized;
- bool has_proc_default_values;
Type * polymorphic_params; // Type_Tuple
Type * polymorphic_parent;