Removed unreachable return statement from test suite for timer.
This commit is contained in:
parent
be8e310e8d
commit
1139caac7f
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ Uint32 _timerTestCallback(Uint32 interval, void *param)
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
return interval;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue