summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-06 16:00:34 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-06 20:50:03 -0500
commit5325137783825c498ed4236080ed7fe51cdec09a (patch)
treeaf40707d0f7c525dd90dced1cc2a9c351b05e5a9 /sc
parent0d7f89b021f1354a0fa607862296b11c9fd8a4dd (diff)
Method declared but never defined nor used.
Change-Id: I3990822cfe202b8537a7c9ad58a61c55bc2e3e82
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx2
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;