浏览代码

drop spurious driver_run call

Samuel Thibault 12 年之前
父节点
当前提交
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);
 	glutIdleFunc(idle);
 	/* Now run the glut loop */
 	/* Now run the glut loop */
 	glutMainLoop();
 	glutMainLoop();
-	starpu_driver_run(&drivers[0]);
 	printf("finished running the driver\n");
 	printf("finished running the driver\n");
 
 
 	starpu_shutdown();
 	starpu_shutdown();