diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-06 16:00:34 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-06 20:50:03 -0500 |
commit | 5325137783825c498ed4236080ed7fe51cdec09a (patch) | |
tree | af40707d0f7c525dd90dced1cc2a9c351b05e5a9 | |
parent | 0d7f89b021f1354a0fa607862296b11c9fd8a4dd (diff) |
Method declared but never defined nor used.
Change-Id: I3990822cfe202b8537a7c9ad58a61c55bc2e3e82
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index bd8c5eb02c93..ea1a7e024358 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -3183,7 +3183,7 @@ public: cl_mem GetResultBuffer(void) const { return mpResClmem; } private: - void TraverseAST(FormulaTreeNodeRef); + FormulaTreeNodeRef mpRoot; SymbolTable mSyms; std::string mKernelSignature, mKernelHash; |