summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2013-05-06 23:01:14 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2013-05-06 23:01:14 +0200
commita2c97de60959b1ec8d068011dae8242706c1fe64 (patch)
tree1e4e3d82cdf23ea6bdc17113741831914c43d0e2
parentfaf40305260f413b449faa35af8f0483f53c70a9 (diff)
Removed unreachable return statement from test suite for timer.
-rw-r--r--test/testautomation_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testautomation_timer.c b/test/testautomation_timer.c
index 03c1aeaa6b..71cc8d8aa2 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;
}
/**