소스 검색

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