mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Improve procedure group selection based on the minimum number of arguments
This commit is contained in:
@@ -186,7 +186,6 @@ struct TypeProc {
|
||||
bool c_vararg;
|
||||
bool is_polymorphic;
|
||||
bool is_poly_specialized;
|
||||
bool has_proc_default_values;
|
||||
bool has_named_results;
|
||||
bool diverging; // no return
|
||||
bool return_by_pointer;
|
||||
|
||||
Reference in New Issue
Block a user