]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove incorrect comment
authorBob Halley <halley@dnspython.org>
Thu, 18 Nov 2021 00:22:15 +0000 (16:22 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 18 Nov 2021 00:22:15 +0000 (16:22 -0800)
dns/zonefile.py

index d3b96566c610c0e363f3d75e32954ea1b9e9ddd5..b0d382c73db8dd43d24ec4799413b5b24da48c77 100644 (file)
@@ -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: