remove old cfgparse.{l,y}

This commit is contained in:
Michael Stapelberg
2012-12-24 15:46:57 +01:00
parent 5d4a934864
commit b304e6ad34
5 changed files with 589 additions and 2188 deletions

View File

@ -374,8 +374,7 @@ int main(int argc, char *argv[]) {
fake_outputs = sstrdup(optarg);
break;
} else if (strcmp(long_options[option_index].name, "force-old-config-parser-v4.4-only") == 0) {
LOG("FORCING OLD CONFIG PARSER!\n");
force_old_config_parser = true;
ELOG("You are passing --force-old-config-parser-v4.4-only, but that flag was removed by now.\n");
break;
}
/* fall-through */