Skip to content

Commit a9e9040

Browse files
committed
Fixes unused var.
1 parent 5b07f1f commit a9e9040

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/userinput.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ void read_password(const char *pinentry, const char *hint,
370370
char *read_from_stdin(size_t count)
371371
{
372372
char *buf;
373-
char *output;
374373
ssize_t bytes_read;
375374

376375
assert(count < SIZE_MAX - 1);

0 commit comments

Comments
 (0)