summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 13:36:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-17 07:52:09 +0200
commitd386abfb09e4add6817cfb3fc8fcb259a2b69705 (patch)
tree03af661b1dd57d944a9a552105900fe712518d28 /include/connectivity
parent691e19ec65ef6cbe042f101e05eafaa741c4fca4 (diff)
remove unused enumerators from SQLNodeType
Change-Id: I0e8a3c5b63a00befa36c7edfbec0acd60bd3dc03
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/sqlnode.hxx4
1 files changed, 2 insertions, 2 deletions
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;