summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-01 15:46:45 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-11-01 15:46:45 (GMT)
commit180c9c48cf9d466fc8fcaf3118ee2ec07b3b574d (patch)
tree37a343060e2ab997d90f80242042dbb087dc876a /src/code.l
parentda80fce7050a4d1f55046f3dcb217b2dc7f3c44a (diff)
downloadDoxygen-180c9c48cf9d466fc8fcaf3118ee2ec07b3b574d.zip
Doxygen-180c9c48cf9d466fc8fcaf3118ee2ec07b3b574d.tar.gz
Doxygen-180c9c48cf9d466fc8fcaf3118ee2ec07b3b574d.tar.bz2
Removed commented out line
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index 894082d..4a9b0da 100644
--- a/src/code.l
+++ b/src/code.l
@@ -2793,7 +2793,6 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
g_name.resize(0);
}
g_type.resize(0);
- // g_bracketCount=0; // ex. when we parse this syntax " if( myobject.getPair()) " , we have problem that g_braceCount has wrong value as zero at "getPair(".
if (g_memCallContext==Body)
{
BEGIN(FuncCall);