mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
test: remove unused variables and typedefs
This commit is contained in:
parent
3f25704592
commit
b972258d56
6 changed files with 17 additions and 29 deletions
|
@ -89,7 +89,6 @@ int
|
|||
sdltest_randomNumber(void *arg)
|
||||
{
|
||||
Sint64 result;
|
||||
Uint64 uresult;
|
||||
double dresult;
|
||||
Uint64 umax;
|
||||
Sint64 min, max;
|
||||
|
@ -127,7 +126,7 @@ sdltest_randomNumber(void *arg)
|
|||
SDLTest_AssertPass("Call to SDLTest_RandomSint32");
|
||||
SDLTest_AssertCheck(result >= min && result <= max, "Verify result value, expected: [%"SDL_PRIs64",%"SDL_PRIs64"], got: %"SDL_PRIs64, min, max, result);
|
||||
|
||||
uresult = SDLTest_RandomUint64();
|
||||
SDLTest_RandomUint64();
|
||||
SDLTest_AssertPass("Call to SDLTest_RandomUint64");
|
||||
|
||||
result = SDLTest_RandomSint64();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue