Sfoglia il codice sorgente

Fix duplicated members in struct starpu_conf.

Cyril Roelandt 12 anni fa
parent
commit
0b3a957a9d
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  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. */