remove unused CONCAT define
authorjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 06:26:23 +0000 (06:26 +0000)
committerjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 06:26:23 +0000 (06:26 +0000)
sys/arch/amd64/amd64/intr.c

index 5865f0b..dcef658 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: intr.c,v 1.58 2024/05/29 12:21:33 kettenis Exp $      */
+/*     $OpenBSD: intr.c,v 1.59 2024/06/07 06:26:23 jsg Exp $   */
 /*     $NetBSD: intr.c,v 1.3 2003/03/03 22:16:20 fvdl Exp $    */
 
 /*
@@ -559,8 +559,6 @@ intr_handler(struct intrframe *frame, struct intrhand *ih)
        return rc;
 }
 
-#define CONCAT(x,y)    __CONCAT(x,y)
-
 /*
  * Fake interrupt handler structures for the benefit of symmetry with
  * other interrupt sources, and the benefit of intr_calculatemasks()