summaryrefslogtreecommitdiff
path: root/bits.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-13 16:04:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-13 16:04:12 +0000
commitb3c2b2ade14561984caa5fa0f7f9b8118331f9fb (patch)
tree4d9c261e11fd31914a838b2448110059d20859f2 /bits.c
parentd9a060a3fb3cf6635e95f41b19229a26924dbc46 (diff)
downloadgpsd-b3c2b2ade14561984caa5fa0f7f9b8118331f9fb.tar.gz
Turn off debugging.
Diffstat (limited to 'bits.c')
-rw-r--r--bits.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bits.c b/bits.c
index 20a0dfea..a45a3b7d 100644
--- a/bits.c
+++ b/bits.c
@@ -8,8 +8,6 @@
*/
#include <assert.h>
-#define DEBUG
-
#include "bits.h"
#ifdef DEBUG
#include <stdio.h>