diff --git a/libc/test/src/time/clock_gettime_test.cpp b/libc/test/src/time/clock_gettime_test.cpp index 8ae2a503e09266..f0964640ffdf00 100644 --- a/libc/test/src/time/clock_gettime_test.cpp +++ b/libc/test/src/time/clock_gettime_test.cpp @@ -13,7 +13,6 @@ #include TEST(LlvmLibcClockGetTime, RealTime) { - struct timespec tp; int result; result = LIBC_NAMESPACE::clock_gettime(CLOCK_REALTIME, &tp); // The GPU does not implement CLOCK_REALTIME but provides it so programs will