diff --git a/Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py b/Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py
index d0b518ebf5b79e4ef3750b9b51c6aba9fd97624f..99b324f709554242004e614f2c3780ef1c359c2c 100644
--- a/Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py
+++ b/Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py
@@ -142,12 +142,6 @@ class BGLProcSection(Section):
             raise Exception('illegal number of runs')
         Section.run(self, runlog, actualRuns, runCmd)        
 
-class InputSection(Section):
-    def __init__(self, parset, host):
-        Section.__init__(self, parset, \
-                         'Appl/CEP/CS1/CS1_InputProc', \
-                         host = host, \
-                         buildvar = 'gnu_opt')
 class GeneratorSection(Section):
     def __init__(self, parset, host):
         Section.__init__(self, parset, \