1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00

Removed unused variable 'line_no' to fix the warning about it.

This commit is contained in:
jmc-
2014-03-05 10:47:10 -07:00
parent 95d16b5101
commit 0ba85edaab

View File

@@ -270,7 +270,7 @@ static void process_command_line_arguments(char *argv[], char **options)
{
char *p;
FILE *fp = NULL;
size_t i, cmd_line_opts_start = 1, line_no = 0;
size_t i, cmd_line_opts_start = 1;
/* Should we use a config file ? */
if (argv[1] != NULL && argv[1][0] != '-') {