aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-03-03 20:07:12 +0000
committergingerBill <bill@gingerbill.org>2018-03-03 20:07:12 +0000
commit41b6d215bb381ecb4190acd8cbde481442b7ab85 (patch)
tree75e682504202de72f85ace5f8045934ea44e9831 /src/types.cpp
parent9274f29ca950a1f6b91506b56a291fce0b534f64 (diff)
Fix `using` determination order
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 a5b6310f0..7db0f94a7 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -77,7 +77,6 @@ struct BasicType {
struct TypeStruct {
Array<Entity *> fields;
- Array<Entity *> fields_in_src_order;
AstNode *node;
Scope * scope;