From: jsg Date: Thu, 10 Oct 2024 00:41:01 +0000 (+0000) Subject: remove unused defines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=18b935094999b53c2bdef7dd301a05360b42438e;p=openbsd remove unused defines --- diff --git a/sys/dev/pci/agpvar.h b/sys/dev/pci/agpvar.h index 7bfdc08b351..9e1dff939b3 100644 --- a/sys/dev/pci/agpvar.h +++ b/sys/dev/pci/agpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: agpvar.h,v 1.38 2024/10/10 00:30:34 jsg Exp $ */ +/* $OpenBSD: agpvar.h,v 1.39 2024/10/10 00:41:01 jsg Exp $ */ /* $NetBSD: agpvar.h,v 1.4 2001/10/01 21:54:48 fvdl Exp $ */ /*- @@ -32,15 +32,6 @@ #ifndef _PCI_AGPVAR_H_ #define _PCI_AGPVAR_H_ -/* #define AGP_DEBUG */ -#ifdef AGP_DEBUG -#define AGP_DPF(fmt, arg...) do { printf("agp: " fmt ,##arg); } while (0) -#else -#define AGP_DPF(fmt, arg...) do {} while (0) -#endif - -#define AGPUNIT(x) minor(x) - struct agp_attach_args { char *aa_busname; struct pci_attach_args *aa_pa;