sal/osl/unx/pipe.cxx | 14 -------------- 1 file changed, 14 deletions(-)
New commits: commit 997066dd4805abe732d00598753b941113b7405e Author: Tor Lillqvist <t...@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) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits