summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-23 12:19:16 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:50 +0200
commitf2218fa73cdae020be380f98be8dbf3fdb13f7c1 (patch)
tree6b76cedd7be30b5a7045471052a3f15dba4e3385 /connectivity/source/parse
parentfc9914cd3887377bcff1580b3680200866ca626e (diff)
WaE: 'Intl_TokenID' defined but not used
Change-Id: I38f4d68c83f5c56579c11cf5e7a5f647898867d1
Diffstat (limited to 'connectivity/source/parse')
-rwxr-xr-xconnectivity/source/parse/sqlflex.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index 66bc24763b5d..80bd5573fc37 100755
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -705,13 +705,6 @@ sal_Int32 gatherNamePre(const sal_Char* text)
using namespace connectivity;
-static sal_uInt32 Intl_TokenID[] =
-{
- SQL_TOKEN_LIKE, SQL_TOKEN_NOT, SQL_TOKEN_NULL, SQL_TOKEN_TRUE,
- SQL_TOKEN_FALSE, SQL_TOKEN_IS, SQL_TOKEN_BETWEEN, SQL_TOKEN_OR,
- SQL_TOKEN_AND, SQL_TOKEN_AVG, SQL_TOKEN_COUNT, SQL_TOKEN_MAX,
- SQL_TOKEN_MIN, SQL_TOKEN_SUM
-};
static bool IN_SQLyyerror;
//------------------------------------------------------------------------------
OSQLScanner::OSQLScanner()