From 2bf94333ba1f2791b07b9799a87ba0ae987179a1 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Mon, 16 Sep 2019 11:34:11 -0700 Subject: [PATCH] Fix compiler warning in options.cpp. (#3284) --- src/options/options_template.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp index b3c2975bb..bfe4347d9 100644 --- a/src/options/options_template.cpp +++ b/src/options/options_template.cpp @@ -622,7 +622,6 @@ void Options::parseOptionsRecursive(Options* options, // Having this synonym simplifies the generation code in mkoptions. options::OptionsHandler* handler = options->d_handler; - options::OptionsHolder* holder = options->d_holder; // Reset getopt(), in the case of multiple calls to parseOptions(). // This can be = 1 in newer GNU getopt, but older (< 2007) require = 0. -- 2.30.2