diff --git a/benchmark/parsingcompetition.cpp b/benchmark/parsingcompetition.cpp index b63321a3..e51cc2fb 100644 --- a/benchmark/parsingcompetition.cpp +++ b/benchmark/parsingcompetition.cpp @@ -75,10 +75,6 @@ int main(int argc, char *argv[]) { if (optind >= argc) { std::cerr << "Usage: " << argv[0] << " " << std::endl; std::cerr << "Or " << argv[0] << " -v " << std::endl; - std::cerr - << "To enable parsers that are not standard compliant, use the -a " - "flag" - << std::endl; std::cerr << "The '-t' flag outputs a table. " << std::endl; exit(1); }