diff options
Diffstat (limited to 'source/20-codegen-compiler/CodegenModelArchive.hpp')
-rw-r--r-- | source/20-codegen-compiler/CodegenModelArchive.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/20-codegen-compiler/CodegenModelArchive.hpp b/source/20-codegen-compiler/CodegenModelArchive.hpp index 261d82b..0e0e5ad 100644 --- a/source/20-codegen-compiler/CodegenModelArchive.hpp +++ b/source/20-codegen-compiler/CodegenModelArchive.hpp @@ -6,10 +6,6 @@ #include <sqlite3.h> #include <string_view> -namespace Utils { -sqlite3_stmt* NewSqliteStatement(sqlite3* database, std::string_view sql); -} // namespace Utils - class CodegenModelArchive { private: class Private; |