summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlbison.y
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/parse/sqlbison.y')
-rw-r--r--connectivity/source/parse/sqlbison.y11
1 files changed, 0 insertions, 11 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index 7a2ad837cfb7..f65601a78f6e 100644
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -4303,10 +4303,6 @@ connectivity::OSQLInternalNode* newNode(const OUString& _NewValue,
return new connectivity::OSQLInternalNode(_NewValue, eNodeType, nNodeID);
}
-
-//= OParseContext
-
-
OParseContext::OParseContext()
{
}
@@ -4422,9 +4418,6 @@ const Locale& OParseContext::getDefaultLocale()
return impl_getLocaleInstance();
}
-
-//= misc
-
// Der (leider globale) yylval fuer die Uebergabe von
// Werten vom Scanner an den Parser. Die globale Variable
// wird nur kurzzeitig verwendet, der Parser liest die Variable
@@ -4490,10 +4483,6 @@ OUString ConvertLikeToken(const OSQLParseNode* pTokenNode, const OSQLParseNode*
return aMatchStr.makeStringAndClear();
}
-
-//= OSQLParser
-
-
sal_uInt32 OSQLParser::s_nRuleIDs[OSQLParseNode::rule_count + 1];
OSQLParser::RuleIDMap OSQLParser::s_aReverseRuleIDLookup;
OParseContext OSQLParser::s_aDefaultContext;