diff options
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(); }; |