diff --git a/sourcepawn/compiler/sc3.c b/sourcepawn/compiler/sc3.c index ff509bb3..f7dbb77b 100644 --- a/sourcepawn/compiler/sc3.c +++ b/sourcepawn/compiler/sc3.c @@ -481,7 +481,6 @@ static int functag_compare(const functag_t *formal, const functag_t *actual) } const funcarg_t *actual_arg = &actual->args[i]; - if (!funcarg_compare(formal_arg, actual_arg)) return FALSE; }