瀏覽代碼

drop spurious driver_run call

Samuel Thibault 13 年之前
父節點
當前提交
6b0bd1a86d
共有 1 個文件被更改,包括 0 次插入1 次删除
  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();