summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-06 16:54:43 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-07 21:07:48 +0200
commit74ab9fb5cf6505aecee15f6f7eab61c1790bbda2 (patch)
tree7f1286aae02e3f1821957daa8963cad33c95b3ea /sc/source/core/opencl/openclwrapper.hxx
parentaaa0ead88ce9bc8a94dbe3db82465cc5599c7dc9 (diff)
Bin an unused function
Change-Id: Iedea7622d27e263b21943f7696ff71fb7fbd7c80
Diffstat (limited to 'sc/source/core/opencl/openclwrapper.hxx')
-rw-r--r--sc/source/core/opencl/openclwrapper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx
index dd9595490ec5..aee27789ba59 100644
--- a/sc/source/core/opencl/openclwrapper.hxx
+++ b/sc/source/core/opencl/openclwrapper.hxx
@@ -172,13 +172,11 @@ public:
static int releaseOpenclRunEnv();
static int initOpenclRunEnv( GPUEnv *gpu );
static int releaseOpenclEnv( GPUEnv *gpuInfo );
- static int compileKernelFile( GPUEnv *gpuInfo, const char *buildOption );
static int initOpenclRunEnv( int argc );
static int cachedOfKernerPrg( const GPUEnv *gpuEnvCached, const char * clFileName );
static int generatBinFromKernelSource( cl_program program, const char * clFileName );
static int writeBinaryToFile( const OString& rName, const char* birary, size_t numBytes );
static std::vector<boost::shared_ptr<osl::File> > binaryGenerated( const char * clFileName, cl_context context);
- static int compileKernelFile( const char *filename, GPUEnv *gpuInfo, const char *buildOption );
static bool buildProgramFromSource(const char* buildOption, GPUEnv* gpuEnv, const char* filename, int idx);
static bool buildProgramFromBinary(const char* buildOption, GPUEnv* gpuEnv, const char* filename, int idx);