diff options
author | Markus Breitenberger <bre@breiti.cc> | 2014-03-22 11:48:29 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-04 21:22:00 -0300 |
commit | 94013a73f7f09b8ea6782394e6a07a88a447a1cd (patch) | |
tree | 626bd23d63b53bf7bf004c112c0d62b648cf90be /src | |
parent | 092bdcac90d7d630df8eba341447c96ad0a3b2af (diff) | |
download | rneovim-94013a73f7f09b8ea6782394e6a07a88a447a1cd.tar.gz rneovim-94013a73f7f09b8ea6782394e6a07a88a447a1cd.tar.bz2 rneovim-94013a73f7f09b8ea6782394e6a07a88a447a1cd.zip |
Remove unused define
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 */ |