From 34180700b2686c97cdce0b52ca9578a41a153035 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Sep 2015 12:40:47 +0200 Subject: loplugin:removeunusedmethods, remove unused stuff Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350 --- opencl/inc/opencl_device.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'opencl') diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx index 057e2f4ac045..3e9bdef6d899 100644 --- a/opencl/inc/opencl_device.hxx +++ b/opencl/inc/opencl_device.hxx @@ -15,8 +15,6 @@ namespace opencl { ds_device getDeviceSelection(const char* pFileName, bool bForceSelection = false); -bool selectedDeviceIsOpenCL(ds_device device); -bool selectedDeviceIsNativeCPU(ds_device device); } -- cgit