Salome HOME
updated copyright message
[modules/yacs.git] / src / engine / DeploymentTree.hxx
index 6159c48b8f616715d6ba74e3be78e8978e9b6e30..0e128825c5b2654d5e9ad99ef1508580464f2a53 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -57,8 +57,6 @@ namespace YACS
       //
       bool presenceOfDefaultContainer() const;
       std::vector<Task *> getFreeDeployableTasks() const;
-    private:
-      static bool isConsistentTaskRegardingShCompInst(std::vector< std::pair<Task *, Scheduler * > >& tasksSharingSameCompInst, Scheduler *cloner);
     private:
       mutable int _cnt;
       std::vector< std::pair<Task *,Scheduler *> > _freePlacableTasks;