]> git.ipfire.org Git - location/location-database.git/commitdiff
tools: Remove dead code
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Jan 2020 18:34:57 +0000 (18:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Jan 2020 18:34:57 +0000 (18:34 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/base.py

index c5ea4b647478eac31ff7e1762774b14dd6c8cdaf..acc6c719f7841dc78c53a31d078cd806be24d046 100644 (file)
@@ -238,10 +238,6 @@ class RIRParser(object):
                if country_code == "*":
                        return
 
-               # Skip any lines with addresses that are not allocated
-               #if not "|allocated|" in line and not "|assigned|" in line:
-               #       return
-
                if type in ("ipv6", "ipv4"):
                        return self._parse_ip_line(country_code, type, line)