From 2a15c2596740b471e66143d9e1eae5798220aa3f Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 20 Aug 2023 17:12:57 +0200 Subject: [PATCH] removed useless comment It's not relevant anymore. --- include/orm/tiny/tinytypes.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/orm/tiny/tinytypes.hpp b/include/orm/tiny/tinytypes.hpp index e644f8e40..f411fffd2 100644 --- a/include/orm/tiny/tinytypes.hpp +++ b/include/orm/tiny/tinytypes.hpp @@ -11,7 +11,6 @@ TINY_SYSTEM_HEADER #ifdef TINY_NO_INCOMPLETE_UNORDERED_MAP # include -// Leaving only for reference, the unordered_map is included in the modelscollection.hpp #else # include #endif