forked from qt-creator/qt-creator
Sqlite: Remove unused function
Change-Id: I3ce625c1c097c9f6e66c378c3b708397c09c6980 Reviewed-by: Tapani Mattila <tapani.mattila@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -339,11 +339,6 @@ private:
|
|||||||
int column;
|
int column;
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr int resultCount(int localResultCount) const
|
|
||||||
{
|
|
||||||
return ResultCount < 0 ? localResultCount : ResultCount;
|
|
||||||
}
|
|
||||||
|
|
||||||
template<typename ContainerType, int... ColumnIndices>
|
template<typename ContainerType, int... ColumnIndices>
|
||||||
void emplaceBackValues(ContainerType &container, std::integer_sequence<int, ColumnIndices...>)
|
void emplaceBackValues(ContainerType &container, std::integer_sequence<int, ColumnIndices...>)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user