mmi-vision-provider-tests : remove unused timer variable 20/265220/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 13 Oct 2021 01:18:39 +0000 (10:18 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 13 Oct 2021 01:36:33 +0000 (10:36 +0900)
Change-Id: Id25ec101f0a5c8eeadfd9a99d48311504bce9079

tests/vision-provider/mmi-vision-provider-tests.cpp

index a170871..ae91950 100644 (file)
@@ -134,7 +134,6 @@ _vision_video_classfication_success(void *data, int type, void *event)
 TEST_F(MMIVisionProviderVisionTest, MMIVisionProviderImage)
 {
        int res = 0;
-       int timer = 0;
        int success = 0;
        const char *image_path = "/usr/share/mmi-provider/sample_no.jpg";
        static Ecore_Event_Handler *_event_handlers;
@@ -163,7 +162,6 @@ TEST_F(MMIVisionProviderVisionTest, MMIVisionProviderImage)
 TEST_F(MMIVisionProviderVisionTest, MMIVisionProviderImageFail)
 {
        int res = 0;
-       int timer = 0;
        int success = 0;
        const char *image_path = NULL;
        static Ecore_Event_Handler *_event_handlers;