summaryrefslogtreecommitdiff
path: root/lib/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thread.h')
-rw-r--r--lib/thread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/thread.h b/lib/thread.h
index c692142839..e41e96dec2 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -26,9 +26,7 @@
struct rusage_t
{
-#ifdef HAVE_RUSAGE
struct rusage cpu;
-#endif
struct timeval real;
};
#define RUSAGE_T struct rusage_t
@@ -121,9 +119,7 @@ struct cpu_thread_history
{
unsigned long total, max;
} real;
-#ifdef HAVE_RUSAGE
struct time_stats cpu;
-#endif
thread_type types;
const char *funcname;
};