summaryrefslogtreecommitdiff
path: root/dns/zonefile.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/zonefile.py')
-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: