Fix svace issue(UNREACHABLE_CODE) 55/100655/1 accepted/tizen/3.0/common/20161130.064552 accepted/tizen/3.0/ivi/20161130.011745 accepted/tizen/3.0/mobile/20161130.011408 accepted/tizen/3.0/wearable/20161130.011702 submit/tizen_3.0/20161129.051721
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 29 Nov 2016 02:03:15 +0000 (11:03 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 29 Nov 2016 02:05:03 +0000 (11:05 +0900)
[Version] 0.2.14
[Profile] Mobile, Wearable
[Issue Type] Fix Svace issue

Change-Id: Ie4f876c1dec5a3e6c04f831806718693a86ce961

src/mm_radio_priv_emulator.c

index 0c6481c..633d8a7 100644 (file)
@@ -1225,7 +1225,6 @@ static bool __mmradio_set_state(mm_radio_t * radio, int new_state)
        int msg_type = MM_MESSAGE_UNKNOWN;
 
        MMRADIO_LOG_FENTER();
-       MMRADIO_CHECK_INSTANCE(radio);
 
        if (!radio) {
                debug_warning("calling set_state with invalid radio handle\n");