From 827c74fcf3c58958ed61273974a91c5babaf22a8 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Thu, 22 Feb 2024 15:37:17 +0000 Subject: [PATCH] Remove unused vairable. --- include/aidge/utils/Registrar.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aidge/utils/Registrar.hpp b/include/aidge/utils/Registrar.hpp index 4479c3202..778e32fd1 100644 --- a/include/aidge/utils/Registrar.hpp +++ b/include/aidge/utils/Registrar.hpp @@ -59,7 +59,7 @@ struct Registrar { Registrar(const registrar_key& key, registrar_type func) { //printf("REGISTRAR: %s\n", key.c_str()); - bool newInsert; + // bool newInsert; // std::tie(std::ignore, newInsert) = C::registry().insert(std::make_pair(key, func)); C::registry().erase(key); C::registry().insert(std::make_pair(key, func)); -- GitLab