diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-29 12:56:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-29 13:16:13 +0100 |
commit | 34366497a4c69ba77c47632e4c175f09363a3114 (patch) | |
tree | 3be21332ab1a87e5eebc083df0f146bb8bba9af6 /connectivity/inc | |
parent | 10e92b820d80df6e46fc6c9aeef25bb4bb93920c (diff) |
remove dangling declaration
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/sqlparse.hxx | 1 |
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(); }; |