summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
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);