remove unused variable

This commit is contained in:
Harald Welte 2009-07-05 14:05:30 +02:00
parent 156c5e684b
commit dcd3fce3a4
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ static void print_help()
static void handle_options(int argc, char** argv)
{
while (1) {
int tmp, option_index = 0, c;
int option_index = 0, c;
static struct option long_options[] = {
{"help", 0, 0, 'h'},
{"debug", 1, 0, 'd'},