Skip to content
Snippets Groups Projects

AthenaPython: Remove useless SG_BASES declaration.

Merged Scott Snyder requested to merge ssnyder/athena:base.AthenaPython-20200816 into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
///////////////////////// -*- 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"
Loading