diff options
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index fc56656681..446d51be3f 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -7871,7 +7871,6 @@ makeopens ( char_u *dirnow /* Current directory name */ ) { - buf_T *buf; int only_save_windows = TRUE; int nr; int cnr = 1; |