aboutsummaryrefslogtreecommitdiff
path: root/pssolve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-16 11:25:35 +0200
committerAnton Khirnov <anton@khirnov.net>2022-09-16 11:27:10 +0200
commit9c32be19bf768706a874aa68d7e90964d1d80f08 (patch)
tree256ac6229adfd7df88c61c8b8f7877ff8d9d1e0c /pssolve.h
parentb43cc61bc85781e384eb183c3818b08421f0b84f (diff)
Remove disabled and pointless OpenCL support.
Diffstat (limited to 'pssolve.h')
-rw-r--r--pssolve.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pssolve.h b/pssolve.h
index 160e179..b350a1a 100644
--- a/pssolve.h
+++ b/pssolve.h
@@ -125,9 +125,6 @@ typedef struct PSSolveContext {
*/
TPContext *tp;
- cl_context ocl_ctx;
- cl_command_queue ocl_queue;
-
uint64_t lu_solves_count;
uint64_t lu_solves_time;