From d8fe8f41324c764e94cd28d68cd92597af30702a Mon Sep 17 00:00:00 2001 From: Xavier Chapron Date: Tue, 12 Dec 2023 12:25:05 +0100 Subject: [PATCH] src: Drop deprectaed check_api_level() --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index c3ed0755..ba88e23f 100644 --- a/src/main.c +++ b/src/main.c @@ -253,7 +253,6 @@ static void start_app_from_lib(void) { } static void library_main_helper(libargs_t *args) { - check_api_level(CX_COMPAT_APILEVEL); switch (args->command) { case CHECK_ADDRESS: // ensure result is zero if an exception is thrown