From d84daf7bfcb35022d313e41eb6209eb43102cb0d Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Fri, 14 Aug 2020 19:34:54 -0400 Subject: [PATCH] AthenaPython: Remove useless SG_BASES declaration. Remove useless SG_BASES declaration for PyObject. This won't compile after upcoming changes to BaseInfo. --- Control/AthenaPython/src/PyComponentMgr.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Control/AthenaPython/src/PyComponentMgr.cxx b/Control/AthenaPython/src/PyComponentMgr.cxx index 893e93d2c9b5..e4694938ba65 100755 --- a/Control/AthenaPython/src/PyComponentMgr.cxx +++ b/Control/AthenaPython/src/PyComponentMgr.cxx @@ -1,7 +1,7 @@ ///////////////////////// -*- C++ -*- ///////////////////////////// /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ // PyComponentMgr.cxx @@ -15,8 +15,6 @@ #include "AthenaKernel/CLASS_DEF.h" CLASS_DEF (PyObject, 72785480, 1) -#include "AthenaKernel/BaseInfo.h" -SG_BASES1(PyObject, SG::NoBase); // AthenaPython includes #include "PyComponentMgr.h" -- GitLab