X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnet_connection_private.h;h=dfb2e4f1c49da01af120ad36a2387cf752c275ca;hb=9d8a7c3f55892952fe9272fbd91cf9fd698fdb6b;hp=0a389c45387ea96b50c55e18a550f105dfa0ad66;hpb=c5259f5687a76e563575fc7ecdc5f602830ec418;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/include/net_connection_private.h b/include/net_connection_private.h index 0a389c4..dfb2e4f 100755 --- a/include/net_connection_private.h +++ b/include/net_connection_private.h @@ -58,16 +58,12 @@ typedef enum CONNECTION_SUPPORTED_FEATURE_MAX, } connection_supported_feature_e; -#if !defined TIZEN_TV #define CHECK_FEATURE_SUPPORTED(...) \ do { \ int rv = _connection_check_feature_supported(__VA_ARGS__, NULL); \ if( rv != CONNECTION_ERROR_NONE ) \ return rv; \ } while(0) -#else -#define CHECK_FEATURE_SUPPORTED(...) -#endif #define CONNECTION_LOG(log_level, format, args...) \ do { \