Removed unreachable return statement from test suite for timer.

This commit is contained in:
Philipp Wiesemann 2013-05-06 23:01:14 +02:00
parent be8e310e8d
commit 1139caac7f

View file

@ -116,7 +116,6 @@ Uint32 _timerTestCallback(Uint32 interval, void *param)
}
return 0;
return interval;
}
/**