From 94013a73f7f09b8ea6782394e6a07a88a447a1cd Mon Sep 17 00:00:00 2001 From: Markus Breitenberger Date: Sat, 22 Mar 2014 11:48:29 +0100 Subject: Remove unused define --- src/fileio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/fileio.c b/src/fileio.c index 33e9bb96cb..6a693abfcd 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -251,7 +251,6 @@ readfile ( context_sha256_T sha_ctx; int read_undo_file = FALSE; int split = 0; /* number of split lines */ -#define UNKNOWN 0x0fffffff /* file size is unknown */ linenr_T linecnt; int error = FALSE; /* errors encountered */ int ff_error = EOL_UNKNOWN; /* file format with errors */ -- cgit