we're supposed to parse all that ourselves
[m6w6/ext-psi] / m4 / posix / sys_times.m4
diff --git a/m4/posix/sys_times.m4 b/m4/posix/sys_times.m4
deleted file mode 100644 (file)
index 0ae593c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-PSI_CHECK_SYS_TIMES() {
-
-       PSI_STRUCT(struct tms, [
-               clock_t tms_utime,
-               clock_t tms_stime,
-               clock_t tms_cutime,
-               clock_t tms_cstime]
-       )
-
-       PSI_DECL(clock_t times, [(struct tms *buf)])
-}