summaryrefslogtreecommitdiff
path: root/sal/osl/unx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-25 08:16:37 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-06-25 08:17:35 +0200
commit0922085dc8acf5500e4c01b00f83d524c8adc300 (patch)
tree53d0792a7179b49f768dd56ad7df6c64c54e3d8b /sal/osl/unx
parente7884518b41d5fa94bfab8083c453ae41cc39426 (diff)
osl: remove comment cruft from pipe.cxx on win32 and unx
Change-Id: I774497c07f682a3923a6317af5804e477540995c Reviewed-on: https://gerrit.libreoffice.org/39225 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sal/osl/unx')
-rw-r--r--sal/osl/unx/pipe.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx
index 93da6c3d3a9d..d7896df3c093 100644
--- a/sal/osl/unx/pipe.cxx
+++ b/sal/osl/unx/pipe.cxx
@@ -62,7 +62,6 @@ static struct
{ -1, osl_Pipe_E_invalidError }
};
-/* reverse map */
static oslPipeError osl_PipeErrorFromNative(int nativeType)
{
int i = 0;