aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index c631057e81..ba154ea36a 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -760,8 +760,6 @@ readfile (
fenc = (char_u *)"utf-8";
fenc_alloced = false;
-
- c = 1;
} else if (*p_fencs == NUL) {
fenc = curbuf->b_p_fenc; /* use format from buffer */
fenc_alloced = FALSE;