]> granicus.if.org Git - graphviz/commitdiff
remove unused --verbose argument to configuration summarizer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:14:15 +0000 (18:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:52:13 +0000 (20:52 -0700)
ci/generate_configuration_table.py

index 1d7145ecba4bb3083f0fa7524d7038dea5dc2672..04e8b7618418f39504a5af8a6644623106c0244d 100755 (executable)
@@ -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 \