From 45ee34e85f88ae6cc74414fcd2a63ff87f13f321 Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Thu, 23 Jun 2022 10:52:51 +0200 Subject: [PATCH] Remove unused type --- source/RobotAPI/libraries/armem/core/container_maps.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/RobotAPI/libraries/armem/core/container_maps.h b/source/RobotAPI/libraries/armem/core/container_maps.h index 625c92bb0..98c352e2f 100644 --- a/source/RobotAPI/libraries/armem/core/container_maps.h +++ b/source/RobotAPI/libraries/armem/core/container_maps.h @@ -32,14 +32,6 @@ namespace armarx::armem namespace detail { - template <class KeyT, class ValueT> - struct MapRef - { - KeyT* key; - ValueT* value; - }; - - /** * @brief Get the entry in the map for which the returned key is the longest prefix -- GitLab