mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
Remove unused variable
This commit is contained in:
parent
2bb31f05ee
commit
d35807cd6c
@ -65,7 +65,7 @@ int noexec = 0;
|
|||||||
#ifndef HAVE_LIBREADLINE
|
#ifndef HAVE_LIBREADLINE
|
||||||
char *readline(char *prompt)
|
char *readline(char *prompt)
|
||||||
{
|
{
|
||||||
char *buf, line[1000];
|
char line[1000];
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
fputs(prompt, stdout);
|
fputs(prompt, stdout);
|
||||||
|
Loading…
Reference in New Issue
Block a user