From 4e6ec71c182c5ec16bdc8e1dfbd1d980831c05df Mon Sep 17 00:00:00 2001 From: "dmitriy.n" <dmitriy.n@mail.int> Date: Tue, 20 Oct 2015 10:18:59 +0300 Subject: [PATCH] deleted commented code --- Data/SQLite/src/SQLiteStatementImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/SQLite/src/SQLiteStatementImpl.cpp b/Data/SQLite/src/SQLiteStatementImpl.cpp index 4411d2ab1..5f0b6c725 100644 --- a/Data/SQLite/src/SQLiteStatementImpl.cpp +++ b/Data/SQLite/src/SQLiteStatementImpl.cpp @@ -274,7 +274,6 @@ std::size_t SQLiteStatementImpl::next() _stepCalled = false; if (_affectedRowCount == POCO_SQLITE_INV_ROW_CNT) _affectedRowCount = 0; - //_affectedRowCount += (*extracts.begin())->numOfRowsHandled(); if (extracts.size()) _affectedRowCount += (*extracts.begin())->numOfRowsHandled(); else