]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Remove useless attribute
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 13 Mar 2017 10:23:06 +0000 (11:23 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 13 Mar 2017 10:24:31 +0000 (11:24 +0100)
src/ResourcesManager/SALOME_ResourcesManager.hxx

index 9f0c86fc049ad9a389534cb18fb4c7b4f17faa2d..9cc2cee08949f7b1d6a07bdce788ef7e48384bbe 100644 (file)
@@ -84,11 +84,6 @@ class SALOMERESOURCESMANAGER_EXPORT SALOME_ResourcesManager:
     SALOME_NamingService *_NS;
     CORBA::ORB_var _orb;
     PortableServer::POA_var _poa;
-
-    //
-    //! will contain the informations on the data type catalog(after parsing)
-    MapOfParserResourcesType _resourcesBatchList;
-
     ResourcesManager_cpp _rm;
   };