diff options
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r-- | src/nvim/os_unix_defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index a4bb1ef296..ebecca3aae 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -229,9 +229,6 @@ # define MAXPATHL 1024 #endif -// TODO(stefan991): remove macro -#define CHECK_INODE /* used when checking if a swap file already - exists for a file */ # ifndef DFLT_MAXMEM # define DFLT_MAXMEM (5*1024) /* use up to 5 Mbyte for a buffer */ # endif |