瀏覽代碼

Fix duplicated members in struct starpu_conf.

Cyril Roelandt 12 年之前
父節點
當前提交
0b3a957a9d
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      include/starpu.h

+ 0 - 8
include/starpu.h

@@ -149,14 +149,6 @@ struct starpu_conf
 	/* A driver that the application will run in one of its own threads. */
 	struct starpu_driver *not_launched_drivers;
 	unsigned n_not_launched_drivers;
-
-	/* Enable CUDA/OpenGL interoperation on these CUDA devices */
-	int *cuda_opengl_interoperability;
-	unsigned n_cuda_opengl_interoperability;
-
-	/* A driver that the application will run in one of its own threads. */
-	struct starpu_driver *not_launched_drivers;
-	unsigned n_not_launched_drivers;
 };
 
 /* Initialize a starpu_conf structure with default values. */