We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b07f1f commit a9e9040Copy full SHA for a9e9040
1 file changed
src/userinput.c
@@ -370,7 +370,6 @@ void read_password(const char *pinentry, const char *hint,
370
char *read_from_stdin(size_t count)
371
{
372
char *buf;
373
- char *output;
374
ssize_t bytes_read;
375
376
assert(count < SIZE_MAX - 1);
0 commit comments