Remove unuseful code 45/13245/5
authortaesub.kim <taesub.kim@samsung.com>
Sun, 1 Dec 2013 23:41:48 +0000 (08:41 +0900)
committertaesub.kim <taesub.kim@samsung.com>
Mon, 2 Dec 2013 23:56:05 +0000 (08:56 +0900)
Change-Id: Id000eef2109b2b6e7e2f3f7858832629c9c8dfc1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
include/log.h
packaging/net-config.spec

index 8904a3d..028f2c6 100644 (file)
@@ -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)
index ac629f6..df8e343 100644 (file)
@@ -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