mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-14448 fixup: clang -Wunused-function
This commit is contained in:
parent
648d2da8f2
commit
015f69a779
1 changed files with 2 additions and 0 deletions
|
@ -2018,11 +2018,13 @@ static int get_options(int argc, char **argv)
|
|||
return(0);
|
||||
}
|
||||
|
||||
#ifdef USE_LIBEDIT_INTERFACE
|
||||
static inline void reset_prompt(char *in_string, bool *ml_comment) {
|
||||
glob_buffer.length(0);
|
||||
*ml_comment = false;
|
||||
*in_string = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int read_and_execute(bool interactive)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue