about summary refs log tree commit diff
path: root/arr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arr.c')
-rw-r--r--arr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arr.c b/arr.c
index ba896ce..755c54e 100644
--- a/arr.c
+++ b/arr.c
@@ -10,8 +10,6 @@
 #include <string.h>
 #include <ctype.h>
 
-long range[32];
-long rangemax;
 char lastsplit;
 static char *s;
 
@@ -176,7 +174,6 @@ fmt(const char *pattern, char **args)
 {
 	s = pattern;
 	lastsplit = '\t';
-	rangemax = 0;
 
 	while (*s) {
 		switch (*s) {