Update code of system and text for reporting Klocwork.
[platform/framework/native/appfw.git] / src / system / FSys_RuntimeClient.cpp
index 8f75f34..8ddb624 100644 (file)
@@ -42,11 +42,9 @@ using namespace Tizen::Io;
 namespace Tizen { namespace System
 {
 
-static const int _RUNTIME_GET_PARAM_TYPE = 1;
 static const wchar_t* _RUNTIME_SERVICE_ID = L"osp.sys.ipcserver.runtimeinfo";
 static const wchar_t* _RUNTIME_GET_SIZE = L"osp.system.command.runtime.get.size";
 static const wchar_t* _RUNTIME_RESULT_SUCCESS = L"osp.system.result.success";
-static const wchar_t* _RUNTIME_RESULT_SYSTEM = L"osp.system.result.system";
 
 _RuntimeClient* _RuntimeClient::__pRuntimeClient= null;