diff options
| author | gingerBill <bill@gingerbill.org> | 2023-09-21 16:48:00 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-09-21 16:48:00 +0100 |
| commit | 963559676e30b44f948b34d0fa1a13bf535c7405 (patch) | |
| tree | 86e1ad66427e4d0b80386da8d12243d624f2be12 /src/check_decl.cpp | |
| parent | 20ce8c4c5109548ffd161f1affbc8eb264172396 (diff) | |
Fix build times for `-o:<string>` in LLVM-17
Diffstat (limited to 'src/check_decl.cpp')
| -rw-r--r-- | src/check_decl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/check_decl.cpp b/src/check_decl.cpp index 86a887157..71b897a84 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -1336,10 +1336,6 @@ gb_internal void check_proc_group_decl(CheckerContext *ctx, Entity *pg_entity, D is_invalid = true; break; case ProcOverload_Polymorphic: - #if 0 - error(p->token, "Overloaded procedure '%.*s' has a polymorphic counterpart in the procedure group '%.*s' which is not allowed", LIT(name), LIT(proc_group_name)); - is_invalid = true; - #endif break; case ProcOverload_ParamCount: case ProcOverload_ParamTypes: |