diff options
-rw-r--r-- | sc/source/core/opencl/op_financial.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/opencl/op_financial.cxx b/sc/source/core/opencl/op_financial.cxx index bd50fdbc6f7b..d5853f65fb9f 100644 --- a/sc/source/core/opencl/op_financial.cxx +++ b/sc/source/core/opencl/op_financial.cxx @@ -2179,7 +2179,6 @@ void OpPMT::GenSlidingWindowFunction(std::stringstream &ss, void OpPrice::GenSlidingWindowFunction(std::stringstream &ss, const std::string sSymName, SubArguments &vSubArguments) { - ArgVector argVector; ss << "\ndouble " << sSymName; ss << "_"<< BinFuncName() <<"("; for (unsigned i = 0; i < vSubArguments.size(); i++) @@ -2298,7 +2297,6 @@ void OpPPMT::BinInlineFun(std::set<std::string>& decls, void OpPPMT::GenSlidingWindowFunction(std::stringstream &ss, const std::string sSymName, SubArguments &vSubArguments) { - ArgVector argVector; ss << "\ndouble " << sSymName; ss << "_"<< BinFuncName() <<"("; for (unsigned i = 0; i < vSubArguments.size(); i++) |