浏览代码

Remove unused variable in timeout test

Camilla Berglund 9 年之前
父节点
当前提交
c2fd61fa01
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/timeout.c

+ 0 - 1
tests/timeout.c

@@ -53,7 +53,6 @@ static float nrand(void)
 
 int main(void)
 {
-    int result;
     GLFWwindow* window;
 
     srand((unsigned int) time(NULL));