Fix build error 75/295175/1 accepted/tizen_unified_dev accepted/tizen/unified/dev/20230726.115551
authoryeji01.kim <yeji01.kim@samsung.com>
Mon, 3 Jul 2023 10:11:18 +0000 (19:11 +0900)
committeryeji01.kim <yeji01.kim@samsung.com>
Mon, 3 Jul 2023 10:11:18 +0000 (19:11 +0900)
Change-Id: I446592363219291dbb2a9fa7ad6fa9c2973ff94a
Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
tools/tests/groups/time.cpp

index 225f00268e5b52345358c3c80d7ed38a2c4b5813..0bc2ab327bff2fe695174cffad87fb54f2fa2c0d 100644 (file)
@@ -79,21 +79,6 @@ public:
                        Display::printResult(ret, "settimeofday(79) positive");
                }
 
-               //stime(25) system call positive
-               {
-                       time_t currentTime;
-
-                       time(&currentTime);
-
-                       if (stime(&currentTime) == -1) {
-                               ret = Display::FAIL;
-                               Display::printError();
-                       } else {
-                               ret = Display::SUCCESS;
-                       }
-                       Display::printResult(ret, "stime(25) positive");
-               }
-
                //clock_settime(262) system call positive
                {
                        struct timespec time;