Parcourir la source

drop spurious driver_run call

Samuel Thibault il y a 12 ans
Parent
commit
6b0bd1a86d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();