Skip to content

Commit

Permalink
Merge pull request #1214 from fsoubelet/variable_fix
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
rdemaria authored Feb 5, 2024
2 parents f61b515 + 64e92f7 commit 88211ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mad_ibs.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pro_ibs(struct in_cmd* cmd)
{
struct command* keep_beam = current_beam;
char *filename = NULL, *table_name = NULL;
int k, w_file;
int w_file;

(void)cmd;

Expand Down

0 comments on commit 88211ac

Please sign in to comment.