Remove unused local variable
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 3 Mar 2021 02:48:17 +0000 (11:48 +0900)
committer연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jungh.yeon@samsung.com>
Wed, 3 Mar 2021 04:04:00 +0000 (13:04 +0900)
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/client/pkginfo_client.cc

index a4f4b99..564e613 100644 (file)
@@ -151,7 +151,6 @@ bool PkgInfoClient::RequestHandlerDirectAccess() {
   tizen_base::Parcel p;
   p.WriteParcelable(*parcel_.get());
   std::vector<uint8_t> raw = p.GetRaw();
-  int len = raw.size();
 
   handler->HandleRequest(&raw[0], raw.size(), vconf_get_str(VCONFKEY_LANGSET));
   auto result = handler->GetResult();