aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index b2cec82121..6c969a43fc 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -2729,13 +2729,6 @@ void fast_breakcheck(void)
}
}
-#ifndef SEEK_SET
-# define SEEK_SET 0
-#endif
-#ifndef SEEK_END
-# define SEEK_END 2
-#endif
-
/*
* Get the stdout of an external command.
* If "ret_len" is NULL replace NUL characters with NL. When "ret_len" is not