Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed unreachable return statement from test suite for timer.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 6, 2013
1 parent 4f35937 commit 975a54c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testautomation_timer.c
Expand Up @@ -116,7 +116,6 @@ Uint32 _timerTestCallback(Uint32 interval, void *param)
}

return 0;
return interval;
}

/**
Expand Down

0 comments on commit 975a54c

Please sign in to comment.