From c6518a22621e5da9bf60ef495b00467c231dd4a4 Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Wed, 4 May 2016 19:31:40 +0000
Subject: [PATCH] Remove one missing dictionary dependency

---
 DDCond/src/ConditionsTest.cpp | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/DDCond/src/ConditionsTest.cpp b/DDCond/src/ConditionsTest.cpp
index 3c30e3764..d93a8c555 100644
--- a/DDCond/src/ConditionsTest.cpp
+++ b/DDCond/src/ConditionsTest.cpp
@@ -79,16 +79,6 @@ namespace DD4hep {
         template <> void print_bound_value<container >(Condition c, const char* norm) \
         { __print_bound_container<container >(c, norm); } 
        
-#define TEMPLATE_TYPE(x,f)                                    \
-        TEMPLATE_SIMPLE_TYPE(x)                               \
-        TEMPLATE_CONTAINER_TYPE(vector<x>,x)                  \
-        TEMPLATE_CONTAINER_TYPE(list<x>,x)                    \
-        TEMPLATE_CONTAINER_TYPE(set<x>,x)                     \
-        TEMPLATE_CONTAINER_TYPE(Primitive<x>::int_map_t,x)    \
-        TEMPLATE_CONTAINER_TYPE(Primitive<x>::size_map_t,x)   \
-        TEMPLATE_CONTAINER_TYPE(Primitive<x>::string_map_t,x)
-
-
 #if defined(DD4HEP_HAVE_ALL_PARSERS)
 #define TEMPLATE_TYPE(x,f)                                    \
         TEMPLATE_SIMPLE_TYPE(x)                               \
-- 
GitLab