Module Name: src Committed By: christos Date: Sun Sep 21 15:44:47 UTC 2014
Modified Files: src/sys/arch/amiga/dev: siop2.c Log Message: remove dead code To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amiga/dev/siop2.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/siop2.c diff -u src/sys/arch/amiga/dev/siop2.c:1.42 src/sys/arch/amiga/dev/siop2.c:1.43 --- src/sys/arch/amiga/dev/siop2.c:1.42 Tue Jan 21 19:25:16 2014 +++ src/sys/arch/amiga/dev/siop2.c Sun Sep 21 11:44:47 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: siop2.c,v 1.42 2014/01/22 00:25:16 christos Exp $ */ +/* $NetBSD: siop2.c,v 1.43 2014/09/21 15:44:47 christos Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -70,7 +70,7 @@ #include "opt_ddb.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.42 2014/01/22 00:25:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.43 2014/09/21 15:44:47 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -1256,9 +1256,6 @@ siopng_checkintr(struct siop_softc *sc, } /* rp->siop_dcntl |= SIOP_DCNTL_STD;*/ return (0); -#ifdef DDB - Debugger(); -#endif } #endif *status = -1;