diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-04 09:48:08 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-04 09:48:37 +0200 |
commit | 57c2de08ddf14c0da80de06736d99382ad036539 (patch) | |
tree | 26e64ebc08c26e55d584855a746ab49eea54c13f | |
parent | a39ff54b7621f4bc214b86674e0eb4b7e6612ebc (diff) |
WaE: unused variables
Change-Id: I6b5849b23478c747bbebd8d00543739e581760a3
-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++) |