Reduce the predefined logic (PredefinedPreprocessor)
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / bt-service-common.c
index 0b60679..7a8b870 100644 (file)
@@ -1524,7 +1524,6 @@ invocation_info_t* _bt_get_request_info_data(int service_function, char *address
        return NULL;
 }
 
-#ifdef TIZEN_GATT_CLIENT
 invocation_info_t* _bt_get_request_info_data_from_function_name(int service_function)
 {
        GSList *l;
@@ -1541,7 +1540,6 @@ invocation_info_t* _bt_get_request_info_data_from_function_name(int service_func
        BT_DBG("Not existed");
        return NULL;
 }
-#endif
 
 void _bt_set_device_values(gboolean connected, int state)
 {