From a1f833d6e0e1e20f718ee10dc4ff29d3b1179a7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 30 Sep 2023 11:34:15 +0200
Subject: [PATCH] Compiler [Typechecker]: Remove unused label.

---
 src/pike_types.cmod | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/pike_types.cmod b/src/pike_types.cmod
index 0b01c181a8..9bbcaa3416 100644
--- a/src/pike_types.cmod
+++ b/src/pike_types.cmod
@@ -5785,11 +5785,10 @@ static struct pike_type *lower_type_binop(enum pt_binop op,
 	return pop_unfinished_type();
 
       default:
-	/* Fall back to complex_function below. */
+        /* Fall back to the complex function case below. */
 	break;
       }
 
-    complex_function:
       /* Either of ai and/or bi is a complex type. */
 
       if (op != PT_BINOP_AND) {
-- 
GitLab