Skip to content

Commit 88211ac

Browse files
authored
Merge pull request #1214 from fsoubelet/variable_fix
Remove unused variable
2 parents f61b515 + 64e92f7 commit 88211ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mad_ibs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pro_ibs(struct in_cmd* cmd)
66
{
77
struct command* keep_beam = current_beam;
88
char *filename = NULL, *table_name = NULL;
9-
int k, w_file;
9+
int w_file;
1010

1111
(void)cmd;
1212

0 commit comments

Comments
 (0)