From 6d76c8c4671fca29f0220cbb3b261aa8a9cfe3d7 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:20:33 +0100 Subject: [PATCH] Update config.cpp --- src/client/component/config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/component/config.cpp b/src/client/component/config.cpp index 3432ea30..ef2b08dd 100644 --- a/src/client/component/config.cpp +++ b/src/client/component/config.cpp @@ -15,7 +15,6 @@ namespace config { namespace { - using validate_type_callback_t = std::function; using validate_callback_t = std::function; struct field_definition_t