Skip to content

Commit

Permalink
src: Drop deprectaed check_api_level()
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Chapron committed Dec 12, 2023
1 parent 4735550 commit 1241eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1241eaa

Please sign in to comment.