aboutsummaryrefslogtreecommitdiff
path: root/source/20-codegen-compiler/CodegenModelArchive.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-12 20:57:37 -0700
committerrtk0c <[email protected]>2022-06-12 20:57:37 -0700
commit0f9e8f0a9c27d8cec700e99a6afaab901f10994b (patch)
tree1f2e0db73eadeb470e180775781711371104dde3 /source/20-codegen-compiler/CodegenModelArchive.hpp
parentf2011f48feb7a7ed4139ec6aa1ee874d520f1d86 (diff)
Changeset: 72 Add enum and namespace storing for CodegenModelArchive
Diffstat (limited to 'source/20-codegen-compiler/CodegenModelArchive.hpp')
-rw-r--r--source/20-codegen-compiler/CodegenModelArchive.hpp4
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;