summaryrefslogtreecommitdiff
path: root/src/routine.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-08 10:29:47 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-08 10:29:47 +0200
commit3598762029ad67ab0a85ca2b5307a26c9d4564ca (patch)
tree4450e4c7c0a91c49068cacb009f735d18f2d3d98 /src/routine.hpp
parent6d3e1212f03bcd819dca0fe5a75330b92f11b81f (diff)
Moved the remaining OpenCL specific host code to the clpp11.h header where it belongs
Diffstat (limited to 'src/routine.hpp')
-rw-r--r--src/routine.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routine.hpp b/src/routine.hpp
index e77e35ad..a8f1cb6a 100644
--- a/src/routine.hpp
+++ b/src/routine.hpp
@@ -75,7 +75,6 @@ class Routine {
EventPointer event_;
const Context context_;
const Device device_;
- const cl_platform_id platform_;
// Compiled program (either retrieved from cache or compiled in slow path)
Program program_;