From d6a87a1d827f573ea462a01b0ed900a286c3341c Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Thu, 27 Oct 2022 11:39:38 -0500 Subject: [PATCH] Remove commented unnecessary code from DigiAccumulatorMixModFactory.h As far as I can tell, the commented out part has never been used. --- SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h b/SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h index 4d38eb0021f60..e10274b01fe6e 100644 --- a/SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h +++ b/SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h @@ -29,6 +29,5 @@ namespace edm { } // namespace edm #define DEFINE_DIGI_ACCUMULATOR(type) DEFINE_EDM_PLUGIN(edm::DigiAccumulatorMixModPluginFactory, type, #type) -//DEFINE_EDM_PLUGIN (edm::DigiAccumulatorMixModPluginFactory,type,#type); DEFINE_FWK_PSET_DESC_FILLER(type) #endif