ask-passwd: drop a condition which is always false

This commit is contained in:
Yu Watanabe 2020-11-20 19:42:38 +09:00
parent 283ec78963
commit 48b11b09ab
1 changed files with 0 additions and 3 deletions

View File

@ -334,9 +334,6 @@ int ask_password_plymouth(
p += k;
if (p < 1)
continue;
if (buffer[0] == 5) {
if (flags & ASK_PASSWORD_ACCEPT_CACHED) {