summaryrefslogtreecommitdiff
path: root/sal/osl/unx/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/pipe.c')
-rw-r--r--sal/osl/unx/pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/unx/pipe.c b/sal/osl/unx/pipe.c
index f0720ec3fa80..f0f91da98edc 100644
--- a/sal/osl/unx/pipe.c
+++ b/sal/osl/unx/pipe.c
@@ -94,7 +94,6 @@ static oslPipeError osl_PipeErrorFromNative(int nativeType)
/* macros */
-#define ERROR_TO_NATIVE(x) osl_NativeFromPipeError(x)
#define ERROR_FROM_NATIVE(y) osl_PipeErrorFromNative(y)