summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 1bccc9b..82ed044 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -943,9 +943,6 @@ H5_DLL H5_ATTR_CONST int Nflock(int fd, int operation);
#ifndef HDperror
#define HDperror(S) perror(S)
#endif
-#ifndef HDpipe
-#define HDpipe(F) pipe(F)
-#endif
#ifndef HDpow
#define HDpow(X, Y) pow(X, Y)
#endif