From 975a54c670d56018d44ed45353f569493b3d2e50 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 6 May 2013 23:01:14 +0200 Subject: [PATCH] Removed unreachable return statement from test suite for timer. --- test/testautomation_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testautomation_timer.c b/test/testautomation_timer.c index 03c1aeaa6..71cc8d8aa 100644 --- a/test/testautomation_timer.c +++ b/test/testautomation_timer.c @@ -116,7 +116,6 @@ Uint32 _timerTestCallback(Uint32 interval, void *param) } return 0; - return interval; } /**