Skip to content

Commit ee565e8

Browse files
committed
lint: remove unused *buf from do_shell
Somehow this didn't warn locally
1 parent 429b0fd commit ee565e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ex_cmds.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,6 @@ void do_shell(
15181518
char_u *cmd,
15191519
int flags) /* may be SHELL_DOOUT when output is redirected */
15201520
{
1521-
buf_T *buf;
15221521
int save_nwr;
15231522
#ifdef MSWIN
15241523
int winstart = FALSE;

0 commit comments

Comments
 (0)