mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
remove empty comments
This commit is contained in:
parent
2b125e1c4e
commit
d007edb8ca
@ -177,7 +177,7 @@ void SQLiteStatementImpl::bindImpl()
|
||||
|
||||
if (availableCount < paramCount)
|
||||
throw ParameterCountMismatchException();
|
||||
/**/
|
||||
|
||||
Bindings::difference_type remainingBindCount = bindEnd - _bindBegin;
|
||||
if (bindCount < remainingBindCount)
|
||||
{
|
||||
@ -186,7 +186,7 @@ void SQLiteStatementImpl::bindImpl()
|
||||
}
|
||||
else if (bindCount > remainingBindCount)
|
||||
throw ParameterCountMismatchException();
|
||||
/**/
|
||||
|
||||
std::size_t boundRowCount;
|
||||
if (_bindBegin != bindings().end())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user