From: Michael Tremer Date: Tue, 7 Jan 2020 18:34:57 +0000 (+0000) Subject: tools: Remove dead code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b2ee48c29d6f5702bbfed2c13473c2429b52ff;p=location%2Flocation-database.git tools: Remove dead code Signed-off-by: Michael Tremer --- diff --git a/tools/base.py b/tools/base.py index c5ea4b6..acc6c71 100644 --- a/tools/base.py +++ b/tools/base.py @@ -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)