From: taesub.kim Date: Sun, 1 Dec 2013 23:41:48 +0000 (+0900) Subject: Remove unuseful code X-Git-Tag: submit/tizen/20140107.010027~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38c0243d16c4cabe3fefc2743e27b9d11d4deb64;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Remove unuseful code Change-Id: Id000eef2109b2b6e7e2f3f7858832629c9c8dfc1 Signed-off-by: Taesub Kim --- diff --git a/include/log.h b/include/log.h index 8904a3d..028f2c6 100644 --- a/include/log.h +++ b/include/log.h @@ -31,13 +31,6 @@ extern "C" { #undef LOG_TAG #define LOG_TAG "NET_CONFIG" -#define __PRT(level, format, arg...) \ - do { \ - char *ch = strrchr(__FILE__, '/'); \ - ch = ch ? ch + 1 : __FILE__; \ - fprintf(stderr, PACKAGE": %s:%s() "format"\n", ch, __FUNCTION__, ## arg); \ - } while(0) - #define DBG(format, arg...) LOGD(format, ## arg) #define INFO(format, arg...) LOGI(format, ## arg) #define WARN(format, arg...) LOGW(format, ## arg) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index ac629f6..df8e343 100644 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration Module -Version: 0.1.90_23 +Version: 0.1.90_24 Release: 1 Group: System/Network License: Apache License Version 2.0 @@ -69,7 +69,6 @@ vconftool set -t int memory/wifi/transfer_state 0 -i vconftool set -t int memory/wifi/strength 0 -i vconftool set -t int memory/wifi/bgscan_mode 0 -i -vconftool set -t int memory/dnet/cellular 0 -i vconftool set -t int memory/dnet/wifi 0 -i vconftool set -t int memory/dnet/network_config 0 -i vconftool set -t int memory/dnet/status 0 -i