Module Name: src
Committed By: andvar
Date: Sun Aug 27 08:15:14 UTC 2023
Modified Files:
src/sys/arch/amiga/dev: afsc.c
Log Message:
remove empty #ifdef DEBUG block.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amiga/dev/afsc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amiga/dev/afsc.c
diff -u src/sys/arch/amiga/dev/afsc.c:1.46 src/sys/arch/amiga/dev/afsc.c:1.47
--- src/sys/arch/amiga/dev/afsc.c:1.46 Sat Aug 7 16:18:41 2021
+++ src/sys/arch/amiga/dev/afsc.c Sun Aug 27 08:15:13 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: afsc.c,v 1.46 2021/08/07 16:18:41 thorpej Exp $ */
+/* $NetBSD: afsc.c,v 1.47 2023/08/27 08:15:13 andvar Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: afsc.c,v 1.46 2021/08/07 16:18:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: afsc.c,v 1.47 2023/08/27 08:15:13 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -88,10 +88,6 @@ int afsc_dmaintr(void *);
void afsc_dump(void);
#endif
-
-#ifdef DEBUG
-#endif
-
CFATTACH_DECL_NEW(afsc, sizeof(struct siop_softc),
afscmatch, afscattach, NULL, NULL);