summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FStatement.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-12 13:28:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-12 13:51:03 +0100
commit5c35e6ca68b23494f39a47d2dcddb0d598b172c8 (patch)
treefe5ae598645f7a490e3e75f24c4f7e830a8ef0a2 /connectivity/source/drivers/file/FStatement.cxx
parent1bd2f9c40bbc9cf9bc7bc44beeff1f27b9aa452e (diff)
so m_pEvaluationKeySet is always NULL
Change-Id: I79e92b63aa2efc9c3da595c8e857666a2d727900
Diffstat (limited to 'connectivity/source/drivers/file/FStatement.cxx')
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index 8aa0e659d751..90ef22fb0c77 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -494,7 +494,6 @@ void OStatement_Base::initializeResultSet(OResultSet* _pResult)
m_pSQLAnalyzer->bindSelectRow(m_aRow);
m_pSQLAnalyzer->bindEvaluationRow(m_aEvaluateRow); // Set values in the code of the Compiler
- _pResult->setEvaluationKeySet(NULL);
}
void OStatement_Base::GetAssignValues()