aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-03-11 19:52:40 +0000
committergingerBill <bill@gingerbill.org>2019-03-11 19:52:40 +0000
commitbdab5e00da6dee80b7582135815f2183def935bb (patch)
tree12dbb8aca86abc28c9b613aece80b02883436e5a /src/parser.hpp
parente781056df17a897073da14b3abdaf6282837fc20 (diff)
Minor code clean up
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 816f3f534..e08648eca 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -151,7 +151,6 @@ enum ProcTag {
ProcTag_bounds_check = 1<<0,
ProcTag_no_bounds_check = 1<<1,
ProcTag_require_results = 1<<4,
- ProcTag_no_context = 1<<6,
};
enum ProcCallingConvention {