From c44789fa4f425cc2599272e55ce9aa6180c7ef0f Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Tue, 6 Jan 2015 14:23:42 +0200 Subject: [PATCH] Remove unused member variables --- src/scan.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scan.h b/src/scan.h index 059811a..052370f 100644 --- a/src/scan.h +++ b/src/scan.h @@ -85,9 +85,6 @@ class CLOGS_LOCAL Scan : public Algorithm cl::Kernel scanKernel; ///< Final scan kernel cl::Buffer sums; ///< Reductions of the blocks for middle phase - void (CL_CALLBACK *eventCallback)(const cl::Event &event, void *); - void *eventCallbackUserData; - /** * Implementation of @ref enqueue, supporting both offsetting and * non-offsetting. If @a offsetBuffer is not @c NULL, we are doing offseting.