aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2017-11-26 15:25:45 +0000
committergingerBill <bill@gingerbill.org>2017-11-26 15:25:45 +0000
commit5a9223afdac7b97355be6c0441978f12175ede77 (patch)
tree77147589e6a93387c9cdfb0576b35838a959ce6c /src/checker.cpp
parentfebcd7332399233f7e3452b66b5cb4ef9f6a574b (diff)
`nil_allocator`; Fix IR type checking assert; `append_string`
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index 8d5bbae6a..1ba84b5fd 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -458,7 +458,6 @@ struct CheckerInfo {
Scope * init_scope;
Entity * entry_point;
PtrSet<Entity *> minimum_dependency_set;
-
};
struct Checker {