From 0922085dc8acf5500e4c01b00f83d524c8adc300 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 25 Jun 2017 08:16:37 +1000 Subject: 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 Tested-by: Chris Sherlock --- sal/osl/unx/pipe.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sal/osl/unx') 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; -- cgit