Explorar el Código

Remove unused variable in timeout test

Camilla Berglund hace 9 años
padre
commit
c2fd61fa01
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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));