From 3598762029ad67ab0a85ca2b5307a26c9d4564ca Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 8 Oct 2017 10:29:47 +0200 Subject: Moved the remaining OpenCL specific host code to the clpp11.h header where it belongs --- src/routine.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/routine.hpp') 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_; -- cgit v1.2.3