From be9ce23d29e1fb2570f46bd71856815fee07ac6c Mon Sep 17 00:00:00 2001
From: Frank Winklmeier <frank.winklmeier@cern.ch>
Date: Fri, 12 Oct 2018 11:12:31 +0200
Subject: [PATCH] Remove obsolete 'components/*_load.cxx' files

The '_load.cxx' files are no longer needed to instantiate Gaudi
components.
---
 .../AFP/AFP_DBTools/src/components/AFP_DBTools_load.cxx   | 8 --------
 .../src/components/PixelRadDamDigitization_load.cxx       | 4 ----
 .../src/components/PhotonEfficiencyCorrection_load.cxx    | 2 --
 .../src/components/PhotonVertexSelection_load.cxx         | 5 -----
 .../src/components/JetTagCalibration_load.cxx             | 3 ---
 5 files changed, 22 deletions(-)
 delete mode 100644 ForwardDetectors/AFP/AFP_DBTools/src/components/AFP_DBTools_load.cxx
 delete mode 100755 InnerDetector/InDetDigitization/PixelRadDamDigitization/src/components/PixelRadDamDigitization_load.cxx
 delete mode 100644 PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/src/components/PhotonEfficiencyCorrection_load.cxx
 delete mode 100644 PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/src/components/PhotonVertexSelection_load.cxx
 delete mode 100644 PhysicsAnalysis/JetTagging/JetTagCalibration/src/components/JetTagCalibration_load.cxx

diff --git a/ForwardDetectors/AFP/AFP_DBTools/src/components/AFP_DBTools_load.cxx b/ForwardDetectors/AFP/AFP_DBTools/src/components/AFP_DBTools_load.cxx
deleted file mode 100644
index e5ca5ca2598c..000000000000
--- a/ForwardDetectors/AFP/AFP_DBTools/src/components/AFP_DBTools_load.cxx
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-#include "GaudiKernel/LoadFactoryEntries.h"
-
-LOAD_FACTORY_ENTRIES(AFP_DBTools)
-
diff --git a/InnerDetector/InDetDigitization/PixelRadDamDigitization/src/components/PixelRadDamDigitization_load.cxx b/InnerDetector/InDetDigitization/PixelRadDamDigitization/src/components/PixelRadDamDigitization_load.cxx
deleted file mode 100755
index e197f3353e0e..000000000000
--- a/InnerDetector/InDetDigitization/PixelRadDamDigitization/src/components/PixelRadDamDigitization_load.cxx
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "GaudiKernel/LoadFactoryEntries.h"
-
-LOAD_FACTORY_ENTRIES( PixelRadDamDigitization )
-LOAD_FACTORY_ENTRIES( ChargeCollProbSvc )
diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/src/components/PhotonEfficiencyCorrection_load.cxx b/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/src/components/PhotonEfficiencyCorrection_load.cxx
deleted file mode 100644
index 7a66e563646b..000000000000
--- a/PhysicsAnalysis/ElectronPhotonID/PhotonEfficiencyCorrection/src/components/PhotonEfficiencyCorrection_load.cxx
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "GaudiKernel/LoadFactoryEntries.h"
-LOAD_FACTORY_ENTRIES(PhotonEfficiencyCorrection)
diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/src/components/PhotonVertexSelection_load.cxx b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/src/components/PhotonVertexSelection_load.cxx
deleted file mode 100644
index 50a7acfbe9e2..000000000000
--- a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/src/components/PhotonVertexSelection_load.cxx
+++ /dev/null
@@ -1,5 +0,0 @@
-// Gaudi/Athena include(s):
-#include "GaudiKernel/LoadFactoryEntries.h"
-
-// Declare the library to the infrastructure:
-LOAD_FACTORY_ENTRIES(PhotonVertexSelection)
diff --git a/PhysicsAnalysis/JetTagging/JetTagCalibration/src/components/JetTagCalibration_load.cxx b/PhysicsAnalysis/JetTagging/JetTagCalibration/src/components/JetTagCalibration_load.cxx
deleted file mode 100644
index 0110b7f79b19..000000000000
--- a/PhysicsAnalysis/JetTagging/JetTagCalibration/src/components/JetTagCalibration_load.cxx
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "GaudiKernel/LoadFactoryEntries.h"
-
-LOAD_FACTORY_ENTRIES( JetTagCalibCondAlg )
-- 
GitLab