aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-03-18 22:18:12 +0000
committergingerBill <bill@gingerbill.org>2022-03-18 22:18:12 +0000
commita68f0b2d72a3883879da124321868afcdac3b9d6 (patch)
tree5db38b45f168926af8b9086ce24dbfb480666481 /src/types.cpp
parentdf233f72a9d1bddb801bdaf150537477d4c23962 (diff)
Improve procedure group selection based on the minimum number of arguments
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
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;