From a60e0e5e9a5fc0e625ece0151328cde6147e8abf Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 31 Oct 2024 01:30:12 -0400 Subject: Remove unused args for end_test() --- stdlib/stdlib.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stdlib/stdlib.c') diff --git a/stdlib/stdlib.c b/stdlib/stdlib.c index 9add4938..8d937384 100644 --- a/stdlib/stdlib.c +++ b/stdlib/stdlib.c @@ -430,11 +430,8 @@ public void start_test(const char *filename, int64_t start, int64_t end) ++TEST_DEPTH; } -public void end_test(const void *expr, const TypeInfo_t *type, const char *expected, const char *filename, int64_t start, int64_t end) +public void end_test(const void *expr, const TypeInfo_t *type, const char *expected) { - (void)filename; - (void)start; - (void)end; --TEST_DEPTH; if (!expr || !type) return; -- cgit v1.2.3