[openrtm-commit:03353] r3426 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 11月 1日 (木) 18:21:05 JST


Author: miyamoto
Date: 2018-11-01 18:21:05 +0900 (Thu, 01 Nov 2018)
New Revision: 3426

Modified:
   branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp
Log:
[compat, bugfix] 

Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp	2018-11-01 09:10:47 UTC (rev 3425)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp	2018-11-01 09:21:05 UTC (rev 3426)
@@ -560,10 +560,8 @@
                                         const coil::vstring& modules,
                                         vProperties& modprops)
   {
-#if !defined(VXWORKS_69) && !defined(VXWORKS_66)
     std::string l = "manager.modules." + lang;
     coil::Properties& lprop(Manager::instance().getConfig().getNode(l));
-    std::vector<coil::Properties> prop;
 
     for (size_t i(0), len(modules.size()); i < len; ++i)
       {
@@ -606,6 +604,5 @@
         modprops.push_back(p);
         
       }
-#endif // VXWORKS_69, VXWORKS_66
   }
 }; // namespace RTC



openrtm-commit メーリングリストの案内