diff --git a/src/pike_types.cmod b/src/pike_types.cmod
index 0b01c181a8b88a8d13e15228beed7f53f274909c..9bbcaa3416ca7e5184e0f289658a631e0fcb057a 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) {