From b6fca9805fa9eb86d6181d0be60fe20c13baeac1 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 19 Jul 2023 14:20:37 +0200 Subject: [PATCH] tom removed unused using --- tom/src/tom/commands/make/support/modelcreator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tom/src/tom/commands/make/support/modelcreator.cpp b/tom/src/tom/commands/make/support/modelcreator.cpp index 2d09c9845..abc9fccf7 100644 --- a/tom/src/tom/commands/make/support/modelcreator.cpp +++ b/tom/src/tom/commands/make/support/modelcreator.cpp @@ -28,7 +28,6 @@ using Orm::Constants::COMMA; using Orm::Constants::DOT; using Orm::Constants::NEWLINE; using Orm::Constants::NOSPACE; -using Orm::Constants::NOSPACE3; using Orm::Constants::QUOTE; using Orm::Constants::SPACE;