summaryrefslogtreecommitdiffstats
path: root/connectivity/inc/connectivity/sqlparse.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-29 12:56:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-03-29 13:16:13 +0100
commit34366497a4c69ba77c47632e4c175f09363a3114 (patch)
tree3be21332ab1a87e5eebc083df0f146bb8bba9af6 /connectivity/inc/connectivity/sqlparse.hxx
parentRemove unused code in sqlnode (diff)
downloadcore-34366497a4c69ba77c47632e4c175f09363a3114.tar.gz
core-34366497a4c69ba77c47632e4c175f09363a3114.zip
remove dangling declaration
Diffstat (limited to 'connectivity/inc/connectivity/sqlparse.hxx')
-rw-r--r--connectivity/inc/connectivity/sqlparse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/connectivity/inc/connectivity/sqlparse.hxx
index 88c0637a8e6b..714eb2143efd 100644
--- a/connectivity/inc/connectivity/sqlparse.hxx
+++ b/connectivity/inc/connectivity/sqlparse.hxx
@@ -119,7 +119,6 @@ namespace connectivity
void push_back(OSQLParseNode* _pNode);
void erase(OSQLParseNode* _pNode);
- bool empty() const;
void clear();
void clearAndDelete();
};