mirror of
https://github.com/ceph/ceph
synced 2025-02-26 20:44:21 +00:00
pybind/ceph_argparse: remove dead code
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
d2e869353e
commit
747eb7d142
@ -1159,10 +1159,6 @@ def validate(args: List[str],
|
||||
# argdesc for the keyword argument, if we find one
|
||||
kwarg_desc = None
|
||||
|
||||
# Track whether we need to push value back onto
|
||||
# myargs in the case that this isn't a valid k=v
|
||||
consumed_next = False
|
||||
|
||||
# Try both styles of keyword argument
|
||||
kwarg_match = re.match(KWARG_EQUALS, myarg)
|
||||
if kwarg_match:
|
||||
|
Loading…
Reference in New Issue
Block a user