Skip to content

Commit

Permalink
Fix a warning: unused variable message
Browse files Browse the repository at this point in the history
"file" became unused in commit 6fe2642
  • Loading branch information
Daniel Cordero committed Jul 22, 2010
1 parent d6d0d5a commit d2e5292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bti.c
Expand Up @@ -566,7 +566,6 @@ static void parse_configfile(struct session *session)
char *action = NULL;
char *user = NULL;
char *replyto = NULL;
char *file;
int shrink_urls = 0;

config_file = fopen(session->configfile, "r");
Expand Down

0 comments on commit d2e5292

Please sign in to comment.