aboutsummaryrefslogtreecommitdiff
path: root/nlsolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'nlsolve.h')
-rw-r--r--nlsolve.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nlsolve.h b/nlsolve.h
index eaa2b64..d0e3c38 100644
--- a/nlsolve.h
+++ b/nlsolve.h
@@ -84,11 +84,6 @@ typedef struct NLSolveContext {
*/
double *(*colloc_grid)[2];
-#if HAVE_OPENCL
- cl_context ocl_ctx;
- cl_command_queue ocl_queue;
-#endif
-
// solver parameters
unsigned int maxiter;
double atol;