aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/shada.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/shada.c b/src/nvim/shada.c
index 7ca4edc783..b4002a3b77 100644
--- a/src/nvim/shada.c
+++ b/src/nvim/shada.c
@@ -666,9 +666,6 @@ open_file_start:
did_try_to_free = true;
goto open_file_start;
}
- if (-fd == EINTR) {
- goto open_file_start;
- }
if (-fd != EEXIST) {
emsg3(_(SERR "System error while opening ShaDa file %s: %s"),
fname, os_strerror(fd));