diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-08-23 00:03:53 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-08-23 00:03:53 +0100 |
| commit | aaecb18c8f37a7f7feb3400178633819859b642f (patch) | |
| tree | 57667583efc5199150bd1b4d7fcbc93b97a1575d /src/checker/entity.cpp | |
| parent | 81c592b5e92411e4b64744a152bd445bb6154433 (diff) | |
Fix procedure's scope
Diffstat (limited to 'src/checker/entity.cpp')
| -rw-r--r-- | src/checker/entity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/checker/entity.cpp b/src/checker/entity.cpp index 182bc1916..272d028d0 100644 --- a/src/checker/entity.cpp +++ b/src/checker/entity.cpp @@ -34,7 +34,6 @@ struct Entity { Scope *parent; Token token; Type *type; - isize order; union { struct { ExactValue value; } Constant; |