Salome HOME
Issue EDF13739 : Plugin mechanism in driver.exe that allows runtime customization...
[modules/yacs.git] / src / engine / Dispatcher.hxx
index 26e46e2941ebed18c73a29b951121457bf0d74c9..dbf270dc4520d772abaa9a3eb478e83a32a3e839 100644 (file)
@@ -82,7 +82,6 @@ namespace YACS
       virtual ~Dispatcher();
     protected:
       std::map< std::pair<Node*,std::string> , std::set<Observer*> > _observers;
-      std::map< std::pair<Executor*,std::string> , std::set<Observer*> > _observExec;
       static Dispatcher* _singleton;
     };