Removes conflicting definition.

This function is a part of Readline interface for a long time
(with a different type).
This commit is contained in:
Ondrej Zajicek 2014-03-31 12:02:20 +02:00
parent d7c0628591
commit 43eb8f610f

View file

@ -29,7 +29,6 @@ static int prompt_active;
/* HACK: libreadline internals we need to access */
extern int _rl_vis_botlin;
extern void _rl_move_vert(int);
extern Function *rl_last_func;
static void
add_history_dedup(char *cmd)