From 626810171227650a3abe2ada2fa288223169f248 Mon Sep 17 00:00:00 2001
From: Alex Pearce <alex.pearce@cern.ch>
Date: Wed, 14 Jun 2017 18:18:58 +0200
Subject: [PATCH] Remove unused slots.

---
 Phys/Tesla/python/Tesla/Configuration.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Phys/Tesla/python/Tesla/Configuration.py b/Phys/Tesla/python/Tesla/Configuration.py
index 80935bd92..c689c7c51 100644
--- a/Phys/Tesla/python/Tesla/Configuration.py
+++ b/Phys/Tesla/python/Tesla/Configuration.py
@@ -96,9 +96,6 @@ class Tesla(LHCbConfigurableUser):
           , 'InputHlt2RepsToKeep' : []          # List of selection names of reports to keep (if KillInputHlt2Reps is True)
           , 'HDRFilter'	        : False         # Filter on trigger lines or not
           , 'Park'	        : False         # If prescaled streams, make a parked version
-         # Remove maybe
-          , 'NonPrescaleList'   : []            # List of Turbo++ lines that are not prescaled
-          , 'RemovePrescaleExcl': False         # Remove DST data banks in exclusively prescaled lines
           , 'PRtracks'  	: []            # PR track locations
           , 'PRchargedPP'  	: []            # PR protoparticle locations
           , 'PRclusters'  	: []            # PR cluster locations
@@ -144,9 +141,7 @@ class Tesla(LHCbConfigurableUser):
             , 'KillInputHlt2Reps':'Kill input Hlt2 reps to save space'
             , 'InputHlt2RepsToKeep': 'List of selection names of reports to keep (if KillInputHlt2Reps is True)'
             , 'HDRFilter'	: 'Filter on trigger lines or not'
-            , 'RemovePrescaleExcl': 'Remove DST data banks in exclusively prescaled lines'
             , 'Park'	        : 'If prescaled streams, make a parked version'
-            , 'NonPrescaleList' : 'List of Turbo++ lines that are not prescaled'
             , 'PRtracks'  	: 'PR track locations'
             , 'PRchargedPP'  	: 'PR protoparticle locations'
             , 'PRclusters'  	: 'PR cluster locations'
-- 
GitLab