From ec4775d82d3a84f23323706936c081cd70411068 Mon Sep 17 00:00:00 2001 From: silverqx Date: Tue, 17 May 2022 16:19:41 +0200 Subject: [PATCH] removed unused constant --- tom/src/tom/commands/make/support/seedercreator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tom/src/tom/commands/make/support/seedercreator.cpp b/tom/src/tom/commands/make/support/seedercreator.cpp index c5df093f0..d396ae796 100644 --- a/tom/src/tom/commands/make/support/seedercreator.cpp +++ b/tom/src/tom/commands/make/support/seedercreator.cpp @@ -2,7 +2,6 @@ #include -#include #include #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;