Add forgotten files 1.4.70b
[polyglot.git] / io.c
diff --git a/io.c b/io.c
index 7c2cfad..ff795d9 100644 (file)
--- a/io.c
+++ b/io.c
@@ -22,8 +22,6 @@
 static const bool UseDebug = FALSE;
 static const bool UseCR = FALSE;
 
-static const int StringSize = 4096;
-
 static const char LF = '\n';
 static const char CR = '\r';