aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-11-02 22:40:15 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-11-02 22:40:15 +0000
commit9ac362ddffdd7c0c6e77afe54746e6c23dbfa5d8 (patch)
treed01df4fe8435445be5909e1e3bdbb336bb93b456 /sys/ddb/db_input.c
parentb0801bac740fdd4aa117b81871b2872e5141e061 (diff)
downloadsrc-9ac362ddffdd7c0c6e77afe54746e6c23dbfa5d8.tar.gz
src-9ac362ddffdd7c0c6e77afe54746e6c23dbfa5d8.zip
Remove unused macro definition.
Notes
Notes: svn path=/head/; revision=52812
Diffstat (limited to 'sys/ddb/db_input.c')
-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 b8f407f7c99d..d97de6b0e4b3 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'