diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |