[Libreoffice-commits] core.git: Branch 'private/kohei/opencl-kernel-crash' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Thu Mar 6 13:02:21 PST 2014


 sc/source/core/opencl/formulagroupcl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88e60fd3e664dd5b7a08b7a9a37a9279083c98c3
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Thu Mar 6 16:00:34 2014 -0500

    Method declared but never defined nor used.
    
    Change-Id: I3990822cfe202b8537a7c9ad58a61c55bc2e3e82

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index bd8c5eb..ea1a7e0 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;


More information about the Libreoffice-commits mailing list