Remove useless void checks

This commit is contained in:
2026-05-26 19:24:17 -05:00
parent 1f2657cea0
commit 109318aeaf
16 changed files with 44 additions and 94 deletions
+1 -2
View File
@@ -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();