From c2fd61fa016995b18106ee22498aaff2c6989b66 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 30 Mar 2016 23:26:09 +0200 Subject: [PATCH] Remove unused variable in timeout test --- tests/timeout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/timeout.c b/tests/timeout.c index d1a9491e..83f18998 100644 --- a/tests/timeout.c +++ b/tests/timeout.c @@ -53,7 +53,6 @@ static float nrand(void) int main(void) { - int result; GLFWwindow* window; srand((unsigned int) time(NULL));