From 86fb133e982f9ecc00a9280c261ed18d5cf02121 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 24 Jan 2015 23:08:57 -0700 Subject: [PATCH] Kill confusing / obsoleted comment. As suggested in https://rbcommons.com/s/twitter/r/1660 Testing Done: CI went green here: https://travis-ci.org/pantsbuild/pants/builds/48221855 Bugs closed: 991 Reviewed at https://rbcommons.com/s/twitter/r/1664/ --- src/python/pants/option/parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/pants/option/parser.py b/src/python/pants/option/parser.py index 39f5a0250f2..5e36af2b006 100644 --- a/src/python/pants/option/parser.py +++ b/src/python/pants/option/parser.py @@ -146,7 +146,6 @@ def register(self, *args, **kwargs): self._validate(args, kwargs) dest = self._set_dest(args, kwargs) - # Is this a boolean flag? inverse_args = [] help_args = [] for flag in self.expand_flags(*args, **kwargs):