Fixed CID 1074473 44/211944/1
authorprashanth prasadam <prasadam.p@samsung.com>
Mon, 12 Aug 2019 09:56:49 +0000 (15:26 +0530)
committerprashanth prasadam <prasadam.p@samsung.com>
Mon, 12 Aug 2019 09:59:35 +0000 (15:29 +0530)
Removed the dead code to fix DEADCODE error.

Change-Id: Iee9ace965c915d48e37cf42504a51b6f0ed8f338
Signed-off-by: prashanth prasadam <prasadam.p@samsung.com>
test/statistics.c

index 8e06cbf7491548988689095d12d3d1e35de61f3e..c4810ade1d7b27313ccf2b5ddc23b9075b9a7672 100755 (executable)
@@ -318,8 +318,6 @@ static int __test_stc_stats_set_rule_thread(gpointer data)
                case 4:
                        tm_period = STC_TIME_PERIOD_MONTH;
                        break;
-               default:
-                       break;
                }
                THREAD_IN;
                ret = stc_stats_rule_set_time_period(g_stats_rule, tm_period);