diff options
| author | gingerBill <bill@gingerbill.org> | 2022-03-18 22:18:12 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-03-18 22:18:12 +0000 |
| commit | a68f0b2d72a3883879da124321868afcdac3b9d6 (patch) | |
| tree | 5db38b45f168926af8b9086ce24dbfb480666481 /src/types.cpp | |
| parent | df233f72a9d1bddb801bdaf150537477d4c23962 (diff) | |
Improve procedure group selection based on the minimum number of arguments
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index 58ccdf5b9..ef770c846 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -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; |