mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-16 16:01:26 -07:00
Minor code clean up
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user