fix build warning 31/152131/1 accepted/tizen/unified/20170927.063114 submit/tizen/20170926.020531
authorYoungjae Shin <yj99.shin@samsung.com>
Mon, 25 Sep 2017 06:16:52 +0000 (15:16 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 25 Sep 2017 06:17:40 +0000 (15:17 +0900)
Change-Id: I36de2c6c85317e1ae745d599107b7fbf90d1890e

sources/libraries/Common/common_ip_info.c

index 7b580e2..7caf4d9 100755 (executable)
@@ -343,7 +343,6 @@ static void _ip_info_entry_unfocused_cb(void *data, Evas_Object *obj, void *even
 
        int panel_type = elm_entry_input_panel_layout_get(obj);
        if (panel_type == ELM_INPUT_PANEL_LAYOUT_IP) {
-               int ip_addr[4] = {0};
                char *entry_text = elm_entry_markup_to_utf8(elm_entry_entry_get(obj));
                if (!__is_valid_static_ip_string_length(entry_text)) {
                        INFO_LOG(UG_NAME_ERR, "Invalid IP address.");