From 6274d7786cab5eaa7171211963cab098f6bee0d8 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Tue, 27 Oct 2020 22:11:55 +0100
Subject: [PATCH] AthenaPython: Remove reference to StoreGate.h.

Remove reference to obsolete header StoreGate.h.
---
 Control/AthenaPython/python/Bindings.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Control/AthenaPython/python/Bindings.py b/Control/AthenaPython/python/Bindings.py
index fc65a9f21f62..cb265b608d53 100644
--- a/Control/AthenaPython/python/Bindings.py
+++ b/Control/AthenaPython/python/Bindings.py
@@ -250,12 +250,6 @@ def _py_init_StoreGateSvc():
 
     return StoreGateSvc
 
-@memoize
-def _py_init_StoreGate():
-    _py_init_StoreGateSvc()
-    from StoreGateBindings.Bindings import StoreGate
-    return StoreGate
-
 ### pythonizations for IIncidentSvc
 @memoize
 def _py_init_IIncidentSvc():
@@ -820,7 +814,6 @@ def _std_map_pythonize(cls, key_type, value_type):
 def _setup():
     _register = _PyAthenaBindingsCatalog.register
     _register('StoreGateSvc', _py_init_StoreGateSvc)
-    _register('StoreGate',    _py_init_StoreGate   )
 
     _register( 'IncidentSvc', _py_init_IIncidentSvc)
     _register('IIncidentSvc', _py_init_IIncidentSvc)
-- 
GitLab