summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-11-02 22:40:15 +0000
committerarchie <archie@FreeBSD.org>1999-11-02 22:40:15 +0000
commit76720085df7c04a3649b009fec927145ef1899f2 (patch)
treed01df4fe8435445be5909e1e3bdbb336bb93b456 /sys/ddb
parent5de08d7a3488a081153b3cdec329b69d33983db2 (diff)
downloadFreeBSD-src-76720085df7c04a3649b009fec927145ef1899f2.zip
FreeBSD-src-76720085df7c04a3649b009fec927145ef1899f2.tar.gz
Remove unused macro definition.
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index b8f407f..d97de6b 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -60,7 +60,6 @@ static int db_lhistlsize, db_lhistidx, db_lhistcur;
static int db_lhist_nlines;
#define CTRL(c) ((c) & 0x1f)
-#define isspace(c) ((c) == ' ' || (c) == '\t')
#define BLANK ' '
#define BACKUP '\b'
OpenPOWER on IntegriCloud