Skip to content

Commit

Permalink
Address Erlend's review
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 15, 2023
1 parent 9b9b8c7 commit b8a99f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Modules/readline.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,10 +1041,8 @@ static int
on_pre_input_hook(void)
{
#elif defined(__APPLE__) && defined(WITH_APPLE_EDITLINE)
on_pre_input_hook(const char *text, int state)
on_pre_input_hook(const char *Py_UNUSED(text), int Py_UNUSED(state))
{
(void)text;
(void)state;
#else
on_pre_input_hook(void)
{
Expand Down

0 comments on commit b8a99f8

Please sign in to comment.