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