mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
removed unused constant
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include <orm/constants.hpp>
|
||||
#include <orm/tiny/utils/string.hpp>
|
||||
|
||||
#include "tom/commands/make/stubs/seederstubs.hpp"
|
||||
@@ -12,8 +11,6 @@ namespace fs = std::filesystem;
|
||||
|
||||
using fspath = std::filesystem::path;
|
||||
|
||||
using Orm::Constants::EMPTY;
|
||||
|
||||
using StringUtils = Orm::Tiny::Utils::String;
|
||||
|
||||
using Tom::Commands::Make::Stubs::SeederStub;
|
||||
|
||||
Reference in New Issue
Block a user