summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/pipe.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx
index cc2e7589a68b..4a203acb8fa3 100644
--- a/sal/osl/unx/pipe.cxx
+++ b/sal/osl/unx/pipe.cxx
@@ -61,20 +61,6 @@ static struct
{ -1, osl_Pipe_E_invalidError }
};
-/* map */
-/* mfe: NOT USED
- static int osl_NativeFromPipeError(oslPipeError errorCode)
- {
- int i = 0;
-
- while ((PipeError[i].error != osl_Pipe_E_invalidError) &&
- (PipeError[i].error != errorCode)) i++;
-
- return PipeError[i].errcode;
-
- }
-*/
-
/* reverse map */
static oslPipeError osl_PipeErrorFromNative(int nativeType)
{