From e10750276bc8cc054fc0ba3b8a5ded0ba7e4aada Mon Sep 17 00:00:00 2001 From: Abhishek Vijay Date: Fri, 27 Sep 2019 15:14:53 +0530 Subject: [PATCH] coverity fixes Change-Id: I022dbb4797860a0f391248be6160aef0efc4a844 Signed-off-by: Abhishek Vijay --- test/test_cli_app/src/bmt_usage.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_cli_app/src/bmt_usage.c b/test/test_cli_app/src/bmt_usage.c index a32fe99..9d624df 100644 --- a/test/test_cli_app/src/bmt_usage.c +++ b/test/test_cli_app/src/bmt_usage.c @@ -173,8 +173,6 @@ static gboolean bmt_testapp_get_total_usage_by_app_id_for_all_resource_id() testapp_print ("Resource ID : HRM App Usage Value = [%d] \n", battery_usage); break; #endif /* DISABLE_FEATURE_DATA_FROM_GPS_HRM_PLUGIN */ - default: - break; } } } -- 2.34.1