Remove useless void checks
This commit is contained in:
@@ -23,7 +23,6 @@ uint64_t SDL_GetTicks64(void) {
|
||||
|
||||
// Tests
|
||||
static void test_timeInit(void **state) {
|
||||
(void)state;
|
||||
|
||||
// Fill time with garbage
|
||||
memorySet(&TIME, 0xFF, sizeof(TIME));
|
||||
@@ -40,7 +39,7 @@ static void test_timeInit(void **state) {
|
||||
}
|
||||
|
||||
static void test_timeUpdate(void **state) {
|
||||
(void)state;
|
||||
|
||||
|
||||
// Init first
|
||||
timeInit();
|
||||
|
||||
Reference in New Issue
Block a user