From 09ad5bc5c11892f24740771614331c28653c773e Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 1 May 2021 18:14:15 -0700 Subject: [PATCH] remove unused --verbose argument to configuration summarizer --- ci/generate_configuration_table.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/generate_configuration_table.py b/ci/generate_configuration_table.py index 1d7145ecb..04e8b7618 100755 --- a/ci/generate_configuration_table.py +++ b/ci/generate_configuration_table.py @@ -15,9 +15,6 @@ def main(): parser.description = "Generate a table of the Graphviz compile " \ "configuration for different platforms from files generated by the " \ "./configure command." - parser.add_option("-v", "--verbose", action="store_true", - dest="verbose", default=False, - help="Log info about what is going on") parser.add_option("-c", "--color", action="store_const", dest="colors", const = "green:red", default=None, help="Color output using default coloring. Yes is colored \ -- 2.40.0