From: jsg Date: Fri, 7 Jun 2024 06:26:23 +0000 (+0000) Subject: remove unused CONCAT define X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8985771fa144463f84dd9698d50519e9992cfae4;p=openbsd remove unused CONCAT define --- diff --git a/sys/arch/amd64/amd64/intr.c b/sys/arch/amd64/amd64/intr.c index 5865f0b8c5c..dcef658cc02 100644 --- a/sys/arch/amd64/amd64/intr.c +++ b/sys/arch/amd64/amd64/intr.c @@ -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()