Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Jul 25, 2024
1 parent 490d6d6 commit 0de82f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/test_rc_client_external.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ static void rc_client_callback_expect_success(int result, const char* error_mess
ASSERT_PTR_EQUALS(callback_userdata, g_callback_userdata);
}

static void rc_client_callback_expect_login_required(int result, const char* error_message, rc_client_t* client, void* callback_userdata)
{
ASSERT_NUM_EQUALS(result, RC_LOGIN_REQUIRED);
ASSERT_STR_EQUALS(error_message, "Login required");
ASSERT_PTR_EQUALS(client, g_client);
ASSERT_PTR_EQUALS(callback_userdata, g_callback_userdata);
}

/* ----- settings ----- */

static int rc_client_external_get_int(void)
Expand Down

0 comments on commit 0de82f8

Please sign in to comment.