summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-19 10:59:05 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-19 11:00:16 +0300
commitf98b534ecdb50bb0b39787740aa80635373adfda (patch)
tree4bdbdb2c2b8d5573f0c0b483d5e8ad1b562ff826 /sc/source/core/opencl
parentc9f3c508bb1a1d94fd6172b9cdac30278559f31c (diff)
WaE: unused variable 'tmpCur'
Change-Id: I328812513691f499871002633b9ac750af86243c
Diffstat (limited to 'sc/source/core/opencl')
-rw-r--r--sc/source/core/opencl/op_math.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/opencl/op_math.cxx b/sc/source/core/opencl/op_math.cxx
index c2a20ebe71d0..4a960b36a79d 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++)