mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 12:27:09 +08:00
Remove unused variable
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user