summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-17 16:22:15 -0800
committerBob Halley <halley@dnspython.org>2021-11-17 16:22:15 -0800
commit34d3b6c66c3aae7dea7263166ee32c6876c3923e (patch)
tree88d286822b9e2c3c693489c55a7205371fc2ff59
parent5a16bfb4c227da98b6c19a4ca88da991e6a24b47 (diff)
downloaddnspython-rrset-reader.tar.gz
remove incorrect commentrrset-reader
-rw-r--r--dns/zonefile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/zonefile.py b/dns/zonefile.py
index d3b9656..b0d382c 100644
--- a/dns/zonefile.py
+++ b/dns/zonefile.py
@@ -147,8 +147,6 @@ class Reader:
# Type
if self.force_rdtype is not None:
rdtype = self.force_rdtype
- # we need to unget the token we got, as there is always one
- # outstanding at this point
else:
token = self._get_identifier()
try: