From a4f2e9fda63d8b3b6d6c3a33582736be985a2f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Apr 2005 13:56:58 +0000 Subject: [PATCH] (UI_UTIL_read_pw_string): remove unused variable plen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15021 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/des/ui.c b/lib/des/ui.c index b79994bdb..09a82dca6 100644 --- a/lib/des/ui.c +++ b/lib/des/ui.c @@ -128,7 +128,6 @@ read_string(const char *preprompt, const char *prompt, int UI_UTIL_read_pw_string(char *buf, int length, char *prompt, int verify) { - size_t plen; int ret; ret = read_string("", prompt, buf, length, 0);