Minor change
Showing
1 changed file
with
0 additions
and
13 deletions
... | @@ -674,19 +674,6 @@ peek_state (mu_list_t list, int *state, const char **input) | ... | @@ -674,19 +674,6 @@ peek_state (mu_list_t list, int *state, const char **input) |
674 | } | 674 | } |
675 | 675 | ||
676 | static int | 676 | static int |
677 | change_top_input (mu_list_t list, const char *input) | ||
678 | { | ||
679 | int rc; | ||
680 | struct save_input *inp; | ||
681 | |||
682 | rc = mu_list_tail (list, (void**)&inp); | ||
683 | if (rc) | ||
684 | return rc; | ||
685 | inp->input = input; | ||
686 | return 0; | ||
687 | } | ||
688 | |||
689 | static int | ||
690 | pop_input (mu_list_t list, int *state, const char **input) | 677 | pop_input (mu_list_t list, int *state, const char **input) |
691 | { | 678 | { |
692 | int rc; | 679 | int rc; | ... | ... |
-
Please register or sign in to post a comment