X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=io.c;h=ff795d9df1d0638cfbbf7f57082cd6a836305d5f;hb=037f73ac400afcd812f31f9260e6bf8a0ba7ef53;hp=7c2cfadd75499c51827ba41a66b7f261bba4aeef;hpb=a9ecc687f7cfb4760cd3170a6cb32261aa2a458e;p=polyglot.git diff --git a/io.c b/io.c index 7c2cfad..ff795d9 100644 --- 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';