diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 125e215dd3d8..59fe33708090 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -67,10 +67,6 @@ char *get_current_dir_name(void); | |||
67 | int sched_getcpu(void); | 67 | int sched_getcpu(void); |
68 | #endif | 68 | #endif |
69 | 69 | ||
70 | #ifndef HAVE_SETNS_SUPPORT | ||
71 | int setns(int fd, int nstype); | ||
72 | #endif | ||
73 | |||
74 | extern bool perf_singlethreaded; | 70 | extern bool perf_singlethreaded; |
75 | 71 | ||
76 | void perf_set_singlethreaded(void); | 72 | void perf_set_singlethreaded(void); |