Skip to content

Commit 544ecf4

Browse files
committed
Remove unneeded Backup::getHandle() accessor
1 parent d516338 commit 544ecf4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

include/SQLiteCpp/Backup.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,6 @@ class Backup
131131
*/
132132
int totalPageCount();
133133

134-
/**
135-
* @brief Return raw pointer to SQLite Database Backup Handle.
136-
*
137-
* This is often needed to mix this wrapper with other libraries or for advance usage not supported by SQLiteCpp.
138-
*
139-
* @return Raw pointer to SQLite Backup Handle
140-
*/
141-
inline sqlite3_backup* getHandle() const noexcept // nothrow
142-
{
143-
return mpSQLiteBackup;
144-
}
145-
146134
private:
147135
/// @{ Backup must be non-copyable
148136
Backup(const Backup&);

0 commit comments

Comments
 (0)