summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/clock-gettime/clock-gettime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/clock-gettime/clock-gettime.cpp')
-rw-r--r--config.tests/unix/clock-gettime/clock-gettime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.tests/unix/clock-gettime/clock-gettime.cpp b/config.tests/unix/clock-gettime/clock-gettime.cpp
index 486cdc6b38..cef9f6a1ae 100644
--- a/config.tests/unix/clock-gettime/clock-gettime.cpp
+++ b/config.tests/unix/clock-gettime/clock-gettime.cpp
@@ -47,8 +47,6 @@ int main(int, char **)
clock_gettime(CLOCK_REALTIME, &ts);
#else
# error "Feature _POSIX_TIMERS not available"
- // MIPSpro doesn't understand #error, so force a compiler error
- force_compiler_error = true;
#endif
return 0;
}