[Libreoffice-commits] core.git: sal/osl

Tor Lillqvist tml at collabora.com
Tue Feb 3 02:20:17 PST 2015


 sal/osl/unx/pipe.cxx |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit 997066dd4805abe732d00598753b941113b7405e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Feb 3 11:17:53 2015 +0100

    Bin code that has been commented out since initial import
    
    Change-Id: Ie96cf3043b126577087eadae5900489a5eb84bcf

diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx
index cc2e758..4a203ac 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)
 {


More information about the Libreoffice-commits mailing list