diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-18 19:35:44 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-18 19:35:44 -0500 |
commit | 9de5ca8d677fad56c20dfb274f3491433d768259 (patch) | |
tree | 16921b80e9797180d52572772635f67fb7819c55 /connectivity | |
parent | d3815a3a333504718453755463e98b40437d7e08 (diff) |
Removed commented out method.
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/file/fcomp.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx index e0929945425a..b1525b2b7f1e 100644 --- a/connectivity/source/drivers/file/fcomp.cxx +++ b/connectivity/source/drivers/file/fcomp.cxx @@ -78,9 +78,7 @@ void OPredicateCompiler::dispose() m_orgColumns = NULL; m_xIndexes.clear(); } -//------------------------------------------------------------------ -// inline OCursor& OPredicateCompiler::Cursor() const {return m_rCursor;} -//------------------------------------------------------------------ + void OPredicateCompiler::start(OSQLParseNode* pSQLParseNode) { if (!pSQLParseNode) |