From 4e596d1cb10e0902c354ce8a94f9d1fc7e6e0cf2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 14 Jun 2016 15:21:21 +0100 Subject: drop dramatic distracting comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic4b5537075e7ea9a713409982bb21e12f6b53e3f Reviewed-on: https://gerrit.libreoffice.org/26271 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basic/source/runtime/methods1.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basic/source/runtime/methods1.cxx') diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index df3d8d9bec20..3a361038a344 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -827,9 +827,6 @@ RTLFUNC(Array) } // insert parameters into the array - // ATTENTION: Using type sal_uInt16 for loop variable is - // mandatory to workaround a problem with the - // Solaris Intel compiler optimizer! See i104354 for( sal_uInt16 i = 0 ; i < nArraySize ; i++ ) { SbxVariable* pVar = rPar.Get(i+1); -- cgit