Salome HOME
Remove warnings
[modules/kernel.git] / src / Batch / Batch_FactBatchManager_Local_RSH.cxx
index e52954fd05c86455181ccf905c01c4c24141f0d3..8e21bb57710e8fad2667a22eaceea86f0e01c43c 100644 (file)
 //#include "utilities.h"
 
 namespace Batch {
-  
-  static FactBatchManager_Local_RSH* instanceOfFBM_eLSF()
-  {
-    static FactBatchManager_Local_RSH* sFBM_Local_RSH = 0;
-    if ( !sFBM_Local_RSH )
-      sFBM_Local_RSH = new FactBatchManager_Local_RSH();
-
-    return sFBM_Local_RSH;
-  }
 
   // Constructeur
   FactBatchManager_Local_RSH::FactBatchManager_Local_RSH() : FactBatchManager("RSH")