Skip to content

Commit 1a5b443

Browse files
committed
Remove unused function throw_custom_error
1 parent ef97a7b commit 1a5b443

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hdr/sqlite_modern_cpp.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ namespace sqlite {
8888
else if(error_code == SQLITE_NOTADB) throw exceptions::notadb(sqlite3_errstr(error_code));
8989
else throw sqlite_exception(sqlite3_errstr(error_code));
9090
}
91-
92-
static void throw_custom_error(const char* str) {
93-
throw std::runtime_error(str);
94-
}
95-
9691
}
9792

9893
class database;

0 commit comments

Comments
 (0)