Remove unused variables.

pull/2/head
Christopher Wellons 2017-03-05 12:55:58 -05:00
parent 55b98dfaf4
commit 0224ea1944
1 changed files with 0 additions and 2 deletions

View File

@ -129,8 +129,6 @@ get_passphrase(char *buf, size_t len, char *prompt)
get_passphrase_dumb(buf, len, prompt);
} else {
size_t passlen;
size_t i = 0;
DWORD n;
SetConsoleMode(in, orig & ~ENABLE_ECHO_INPUT);
fputs(prompt, stderr);
if (!fgets(buf, len, stdin))