Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 24, 2023
1 parent ad3ed91 commit ac16d6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,9 +1021,6 @@ def __init__(self, v4input=None, strict=False, debug=0): # nosec
if v4input is None:
self.empty = True

elif self.finished_parsing is True:
return self

elif isinstance(v4input, str):
v4_str_rgx = _RGX_IPV4ADDR_WITH_MASK.search(v4input.strip())
if v4_str_rgx is not None:
Expand Down

0 comments on commit ac16d6d

Please sign in to comment.