Remove unused macro definition.

This commit is contained in:
Archie Cobbs 1999-11-02 22:40:15 +00:00
parent b0801bac74
commit 9ac362ddff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52812

View File

@ -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'