Skip to content

Commit 6863871

Browse files
committed
Remove temporary variable
1 parent 67a5956 commit 6863871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CppHeaderParser/CppHeaderParser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,7 @@ def __init__(self, headerFileName, argType="file", encoding=None, **kwargs):
26382638
#
26392639

26402640
self._doxygen_cache = None
2641+
self.braceHandled = False
26412642
tok = None
26422643
self.stmtTokens = []
26432644

@@ -2867,6 +2868,7 @@ def __init__(self, headerFileName, argType="file", encoding=None, **kwargs):
28672868
for key in [
28682869
"_precomp_macro_buf",
28692870
"_doxygen_cache",
2871+
"braceHandled",
28702872
"lex",
28712873
"nameStack",
28722874
"nameSpaces",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy