Sfoglia il codice sorgente

drop spurious driver_run call

Samuel Thibault 12 anni fa
parent
commit
6b0bd1a86d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      examples/gl_interop/gl_interop_idle.c

+ 0 - 1
examples/gl_interop/gl_interop_idle.c

@@ -146,7 +146,6 @@ int main(int argc, char **argv)
 	glutIdleFunc(idle);
 	/* Now run the glut loop */
 	glutMainLoop();
-	starpu_driver_run(&drivers[0]);
 	printf("finished running the driver\n");
 
 	starpu_shutdown();