Skip to content

Commit

Permalink
chore(SQLite): remove unnecessary typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Nov 8, 2024
1 parent eae4c6e commit 4801aa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Data/SQLite/include/Poco/Data/SQLite/Extractor.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ class SQLite_API Extractor: public Poco::Data::AbstractExtractor
using NullIndVec = std::vector<std::pair<bool, bool> >;
/// Type for null indicators container.

using ColFuncPtr = int (*)(sqlite3_stmt*, int);
/// SQLite column function pointer.

Extractor(sqlite3_stmt* pStmt);
/// Creates the Extractor.

Expand Down

0 comments on commit 4801aa3

Please sign in to comment.