From ce6ca980374443d0879c36b0d2990216fa17ac28 Mon Sep 17 00:00:00 2001 From: zhoujingya Date: Thu, 14 Sep 2023 16:11:10 +0800 Subject: [PATCH] [NFC] Delete redundant code --- lib/CL/devices/pthread/pthread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CL/devices/pthread/pthread.c b/lib/CL/devices/pthread/pthread.c index ace724c2ea..f48f650636 100644 --- a/lib/CL/devices/pthread/pthread.c +++ b/lib/CL/devices/pthread/pthread.c @@ -71,7 +71,6 @@ struct data { void pocl_pthread_init_device_ops(struct pocl_device_ops *ops) { - pocl_ventus_init_device_ops(ops); ops->device_name = "pthread";