From d386abfb09e4add6817cfb3fc8fcb259a2b69705 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Feb 2017 13:36:57 +0200 Subject: remove unused enumerators from SQLNodeType Change-Id: I0e8a3c5b63a00befa36c7edfbec0acd60bd3dc03 --- include/connectivity/sqlnode.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/connectivity') diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx index f943942d2570..b7550e530109 100644 --- a/include/connectivity/sqlnode.hxx +++ b/include/connectivity/sqlnode.hxx @@ -66,10 +66,10 @@ namespace connectivity typedef ::std::vector< OSQLParseNode* > OSQLParseNodes; enum class SQLNodeType { Rule, ListRule, CommaListRule, - Keyword, Comparison, Name, + Keyword, Name, String, IntNum, ApproxNum, Equal, Less, Great, LessEq, GreatEq, NotEqual, - Punctuation, AMMSC, AccessDate, Date, Concat}; + Punctuation, AccessDate, Concat}; typedef ::std::set< OUString > QueryNameSet; -- cgit