Skip to content

Commit dee6cf9

Browse files
committed
Remove unnecessary comments
1 parent ad853d7 commit dee6cf9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pygccxml/parser/scanner.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
from .. import utils
1111
from .. import declarations
1212

13-
# convention
1413
# XML_NN - XML Node Name
1514
# XML_AN - XML Attribute Name
16-
# also those constants are sorted for easy searching.
1715
XML_AN_ABSTRACT = "abstract"
1816
XML_AN_ACCESS = "access"
1917
XML_AN_ALIGN = "align"
@@ -90,7 +88,6 @@ def __init__(self, xml_file, decl_factory, config, *args):
9088
self.logger = utils.loggers.cxx_parser
9189
self.xml_file = xml_file
9290
self.config = config
93-
# defining parsing tables
9491
self.__readers = {
9592
XML_NN_FILE: self.__read_file,
9693
XML_NN_NAMESPACE: self.__read_namespace,

0 commit comments

Comments
 (0)