瀏覽代碼

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));