summaryrefslogtreecommitdiff
path: root/src/lib/evil/evil_macro_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evil/evil_macro_wrapper.h')
-rw-r--r--src/lib/evil/evil_macro_wrapper.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/evil/evil_macro_wrapper.h b/src/lib/evil/evil_macro_wrapper.h
index 640f5a307e..444c963f7a 100644
--- a/src/lib/evil/evil_macro_wrapper.h
+++ b/src/lib/evil/evil_macro_wrapper.h
@@ -61,19 +61,5 @@
# define gettimeofday(tv, tz) evil_gettimeofday(tv, tz)
#endif
-/*
- * evil_unistd.h
- */
-
-/**
- * @def pipe(fds)
- *
- * Wrapper around evil_pipe().
- */
-#ifdef pipe
-# undef pipe
-#endif
-#define pipe(fds) evil_pipe(fds)
-
#endif