mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove "pure" and "pure_none" calling conventions
This commit is contained in:
@@ -1907,13 +1907,8 @@ string_to_calling_convention :: proc(s: string) -> ast.Proc_Calling_Convention {
|
||||
case "fast", "fastcall":
|
||||
return .Fast_Call;
|
||||
|
||||
case "pure":
|
||||
return .Pure;
|
||||
case "none":
|
||||
return .None;
|
||||
case "pure_none":
|
||||
return .Pure_None;
|
||||
|
||||
}
|
||||
return .Invalid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user