Salome HOME
The following methods and constants were removed as never being used:
[modules/superv.git] / src / GraphExecutor / DataFlowExecutor_OutNode.hxx
index c1088e6b9dc870cb423a2bf0ed2c89c9c9ecc2cd..e44168b3a68bb7e84a6d75b88f0d711763fd14bc 100644 (file)
@@ -142,8 +142,6 @@ namespace GraphExecutor {
                             return _Executable ; } ;
 
       bool Run( const bool AndSuspend ) ;
-      bool Run( const char * aNodeName , const char * AtNodeName ,
-                const bool AndSuspend ) ;
 
       void PyInitialized( bool init ) {
            _PyInitialized = init ; } ;
@@ -217,8 +215,6 @@ namespace GraphExecutor {
       bool Resume() ;
       bool Kill() ;
       bool Stop() ;
-      bool ReRun() ;
-      bool ReStart() ;
 
       bool IsWaiting() ;
       bool IsReady() ;