Erase unnecessary lcov comment 95/308095/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 18 Mar 2024 02:36:53 +0000 (11:36 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 18 Mar 2024 02:36:57 +0000 (11:36 +0900)
Change-Id: Id05ca58294114f93d97d39a1c48fd13a1a87d360
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
inputmethod/src/inputmethod.cpp

index ef4ac26..0e69126 100644 (file)
@@ -2292,7 +2292,6 @@ EXPORT_API int ime_input_device_rotary_get_direction(ime_input_device_event_h ev
         return IME_ERROR_OPERATION_FAILED;
     }
 
-    //LCOV_EXCL_START
     Ecore_Event_Detent_Rotate *rotary_device_event =
         static_cast<Ecore_Event_Detent_Rotate*>(device_event->event_data);
     if (rotary_device_event) {
@@ -2304,7 +2303,6 @@ EXPORT_API int ime_input_device_rotary_get_direction(ime_input_device_event_h ev
     }
 
     return IME_ERROR_NONE;
-    //LCOV_EXCL_STOP
 }
 //LCOV_EXCL_STOP