Skip to content

Commit

Permalink
Remove unused member variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 6, 2015
1 parent 3348f2c commit c44789f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c44789f

Please sign in to comment.