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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index 313ed932bd..f0c4ee492e 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -3329,8 +3329,6 @@ void prepare_to_exit(void)
*/
void preserve_exit(void)
{
- buf_T *buf;
-
// Prevent repeated calls into this method.
if (really_exiting) {
exit(2);