Skip to content

Commit

Permalink
Delete deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Oct 31, 2023
1 parent 2505266 commit abc4c75
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 @@ -251,7 +251,6 @@ void coin_main() {
}

static void swap_library_main_helper(libargs_t *args) {
check_api_level(CX_COMPAT_APILEVEL);
PRINTF("Inside a library \n");
switch (args->command) {
case CHECK_ADDRESS:
Expand Down

0 comments on commit abc4c75

Please sign in to comment.