diff options
| author | gingerBill <bill@gingerbill.org> | 2019-03-11 19:52:40 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-03-11 19:52:40 +0000 |
| commit | bdab5e00da6dee80b7582135815f2183def935bb (patch) | |
| tree | 12dbb8aca86abc28c9b613aece80b02883436e5a /src/parser.hpp | |
| parent | e781056df17a897073da14b3abdaf6282837fc20 (diff) | |
Minor code clean up
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
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 { |