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