Store DeviceInformation inside the DeviceContext class
[alexxy/gromacs.git] / src / gromacs / gpu_utils / oclutils.h
index ada961aa047c4d43ecff810111312f4d117817b8..ee445047fa548dd0793ac8d16e430a8fdacf49d0 100644 (file)
@@ -65,11 +65,6 @@ enum class GpuApiCallBehavior;
  */
 struct gmx_device_runtime_data_t
 {
-    //! Constructor
-    gmx_device_runtime_data_t(const DeviceContext& deviceContext) : deviceContext_(deviceContext) {}
-
-    //! OpenCL context
-    const DeviceContext& deviceContext_;
     //! OpenCL program
     cl_program program;
 };