From 14b2ee48c29d6f5702bbfed2c13473c2429b52ff Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 7 Jan 2020 18:34:57 +0000 Subject: [PATCH] tools: Remove dead code Signed-off-by: Michael Tremer --- tools/base.py | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.47.3