summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uts.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uts.c')
-rw-r--r--sys/dev/usb/uts.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/uts.c b/sys/dev/usb/uts.c
index 7b2c2efa0fe..4c1fd0fc20f 100644
--- a/sys/dev/usb/uts.c
+++ b/sys/dev/usb/uts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uts.c,v 1.32 2013/11/07 10:33:43 pirofti Exp $ */
+/* $OpenBSD: uts.c,v 1.33 2014/03/07 18:39:02 mpi Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
@@ -39,10 +39,6 @@
#include <dev/wscons/wsconsio.h>
#include <dev/wscons/wsmousevar.h>
-#ifdef USB_DEBUG
-#define UTS_DEBUG
-#endif
-
#ifdef UTS_DEBUG
#define DPRINTF(x) do { printf x; } while (0)
#else