perf tools: Move get_current_dir_name() cond prototype out of util.h
[linux-2.6-microblaze.git] / tools / perf / util / util.h
index 59fe337..cfc4d85 100644 (file)
@@ -59,10 +59,6 @@ int fetch_kernel_version(unsigned int *puint,
 
 const char *perf_tip(const char *dirpath);
 
-#ifndef HAVE_GET_CURRENT_DIR_NAME
-char *get_current_dir_name(void);
-#endif
-
 #ifndef HAVE_SCHED_GETCPU_SUPPORT
 int sched_getcpu(void);
 #endif