summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-03 11:17:53 +0100
committerTor Lillqvist <tml@collabora.com>2015-02-03 11:19:18 +0100
commit997066dd4805abe732d00598753b941113b7405e (patch)
treeacc43638192c36136c7e8820de69d4fee128f9d3 /sal
parent3fffbb74d2bbd4928bd7edcfbdbb5fa650867a3d (diff)
Bin code that has been commented out since initial import
Change-Id: Ie96cf3043b126577087eadae5900489a5eb84bcf
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)
{