diff --git a/L1Trigger/Phase2L1ParticleFlow/python/L1METPFProducer_cfi.py b/L1Trigger/Phase2L1ParticleFlow/python/L1METPFProducer_cfi.py deleted file mode 100644 index 82d47fbe84677..0000000000000 --- a/L1Trigger/Phase2L1ParticleFlow/python/L1METPFProducer_cfi.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -L1METPFProducer = cms.EDProducer("L1METPFProducer", - L1PFObjects = cms.InputTag("L1PFProducer","l1pfCandidates"), - maxCandidates = cms.int32(128), -)