about summary refs log tree commit diff
path: root/blaze822.c
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.c')
-rw-r--r--blaze822.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/blaze822.c b/blaze822.c
index 7bba970..cd402f1 100644
--- a/blaze822.c
+++ b/blaze822.c
@@ -16,12 +16,6 @@
 #include "blaze822.h"
 #include "blaze822_priv.h"
 
-//          WSP            =  SP / HTAB
-#define iswsp(c)  (((c) == ' ' || (c) == '\t'))
-
-// ASCII lowercase without alpha check (wrong for "@[\]^_")
-#define lc(c) ((c) | 0x20)
-
 #define bufsiz 4096
 
 static long