From 00471b76ede7ad7f48067f06b4ca788e821fc004 Mon Sep 17 00:00:00 2001
From: Walter Lampl <Walter.Lampl@cern.ch>
Date: Wed, 19 Aug 2020 14:42:31 +0200
Subject: [PATCH] Dso.py: Drop unused self._load_dict

---
 Control/AthenaServices/python/Dso.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/AthenaServices/python/Dso.py b/Control/AthenaServices/python/Dso.py
index 1eab8a54bcd5..478eb9eb1044 100644
--- a/Control/AthenaServices/python/Dso.py
+++ b/Control/AthenaServices/python/Dso.py
@@ -58,7 +58,7 @@ class DsoDb(_Dso.PyDsoDb):
                 self.msg.info("could not install alias [%s] -> [%s]", k,v)
         # make sure we'll be able to load dicts
         import cppyy
-        self._load_dict = cppyy.loadDict
+        #self._load_dict = cppyy.loadDict
         self._rflx_type = cppyy.gbl.RootType.ByName  
         return
 
-- 
GitLab