[openrtm-commit:02216] r2833 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 1月 13日 (金) 16:18:04 JST
Author: sec_fukai
Date: 2017-01-13 16:18:04 +0900 (Fri, 13 Jan 2017)
New Revision: 2833
Modified:
branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp
Log:
[incompat,->DEV_IQ_2016] Delete dead code. refs #3796
Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp 2017-01-13 06:46:00 UTC (rev 2832)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp 2017-01-13 07:18:04 UTC (rev 2833)
@@ -192,9 +192,7 @@
dll->dll.close();
m_modules.unregisterObject(file_name.c_str());
- if (dll != NULL) {
- delete dll;
- }
+ delete dll;
return;
}
More information about the openrtm-commit
mailing list