Remove "pure" and "pure_none" calling conventions

This commit is contained in:
gingerBill
2021-02-23 13:10:23 +00:00
parent a652c24ac3
commit 28ed310f31
15 changed files with 18 additions and 111 deletions
-2
View File
@@ -22,9 +22,7 @@ Proc_Calling_Convention :: enum i32 {
C_Decl,
Std_Call,
Fast_Call,
Pure,
None,
Pure_None,
Foreign_Block_Default = -1,
}