summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/qla.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/qla.c b/sys/dev/ic/qla.c
index 1552f330ae0..cbafd2a8e47 100644
--- a/sys/dev/ic/qla.c
+++ b/sys/dev/ic/qla.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qla.c,v 1.48 2015/02/09 03:15:41 dlg Exp $ */
+/* $OpenBSD: qla.c,v 1.49 2015/02/09 07:43:08 jmatthew Exp $ */
/*
* Copyright (c) 2011 David Gwynne <dlg@openbsd.org>
@@ -38,8 +38,6 @@
#include <dev/ic/qlareg.h>
#include <dev/ic/qlavar.h>
-#define QLA_DEBUG
-
#ifdef QLA_DEBUG
#define DPRINTF(m, f...) do { if ((qladebug & (m)) == (m)) printf(f); } \
while (0)