diff options
author | rtk0c <[email protected]> | 2022-06-12 20:57:37 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-12 20:57:37 -0700 |
commit | 0f9e8f0a9c27d8cec700e99a6afaab901f10994b (patch) | |
tree | 1f2e0db73eadeb470e180775781711371104dde3 /source/20-codegen-compiler/CodegenModelArchive.hpp | |
parent | f2011f48feb7a7ed4139ec6aa1ee874d520f1d86 (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.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; |