Remove unused parameter in Service class 78/128778/1
authorJooseok Park <jooseok.park@samsung.com>
Thu, 11 May 2017 10:02:07 +0000 (19:02 +0900)
committerJooseok Park <jooseok.park@samsung.com>
Thu, 11 May 2017 10:02:44 +0000 (19:02 +0900)
Change-Id: I1b91f32a75ad642a342957469d1b2dee60f6fa32

msf_tizen_client/include/Service.h
msf_tizen_client/src/Service.cpp

index 1c74620ad0bab680d257bbd5a844fb20468e2aee..aec6c7be3da6a97dcd25af603b937f7b9c172e46 100755 (executable)
@@ -56,12 +56,10 @@ class Service
        string uri = "";
        typedef std::map<std::string, std::string> map_type;
        static Service local_service;
-       void *result_ptr = NULL;
        bool SecureConnectionSupport = false;
 
        static bool success_get_id;
        static string remote_device_id;
-       static std::map<std::string, std::string> dev_id_map;
 
 public:
        Service();
index b898d3bf6d1cbef4f38600b522dd3731b5bc121f..61526fdc7e2118d7deeda95e712a3648026cb40c 100755 (executable)
@@ -34,7 +34,6 @@ Service Service::local_service;
 
 bool Service::success_get_id = false;
 string Service::remote_device_id = "";
-std::map<std::string, std::string> Service::dev_id_map;
 
 Service::Service()
 {