From 58558b88fb7aebee2a03722378bbbf31ca9aead9 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Fri, 20 Mar 2020 14:56:40 +0900 Subject: [PATCH] Remove unused variable Change-Id: Iaa0a0b6744e091ab9c761363de5e1edcc21d27e0 --- receiver/src/sticker_info.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/receiver/src/sticker_info.cpp b/receiver/src/sticker_info.cpp index b71c149..57ace21 100644 --- a/receiver/src/sticker_info.cpp +++ b/receiver/src/sticker_info.cpp @@ -18,14 +18,10 @@ #include #include #include -#include #include "log.h" -using namespace std; - static sticker_provider_h sticker_provider = NULL; -static bool need_to_retrive = false; sticker_data_h set_sticker_data(sticker_data_uri_type_e type, const char* uri, const char* keyword, -- 2.7.4