[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Mon May 19 01:00:37 PDT 2014
sc/source/core/opencl/op_math.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f98b534ecdb50bb0b39787740aa80635373adfda
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon May 19 10:59:05 2014 +0300
WaE: unused variable 'tmpCur'
Change-Id: I328812513691f499871002633b9ac750af86243c
diff --git a/sc/source/core/opencl/op_math.cxx b/sc/source/core/opencl/op_math.cxx
index c2a20eb..4a960b3 100644
--- a/sc/source/core/opencl/op_math.cxx
+++ b/sc/source/core/opencl/op_math.cxx
@@ -989,7 +989,6 @@ void OpLog10::GenSlidingWindowFunction(std::stringstream &ss,
void OpSinh::GenSlidingWindowFunction(std::stringstream &ss,
const std::string &sSymName, SubArguments &vSubArguments)
{
- FormulaToken *tmpCur = vSubArguments[0]->GetFormulaToken();
ss << "\ndouble " << sSymName;
ss << "_"<< BinFuncName() <<"(";
for (unsigned i = 0; i < vSubArguments.size(); i++)
More information about the Libreoffice-commits
mailing list