From: Fabian Keil Date: Mon, 24 Aug 2009 17:33:09 +0000 (+0200) Subject: Remove dead store in pwd_put_values(). X-Git-Tag: gnutls_2_9_4~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1005919e0cf0cb0c68a0cf334333712e5798538;p=thirdparty%2Fgnutls.git Remove dead store in pwd_put_values(). Signed-off-by: Simon Josefsson --- diff --git a/lib/auth_srp_passwd.c b/lib/auth_srp_passwd.c index 376effda97..6a1e986761 100644 --- a/lib/auth_srp_passwd.c +++ b/lib/auth_srp_passwd.c @@ -65,7 +65,6 @@ pwd_put_values (SRP_PWD_ENTRY * entry, char *str) *p = '\0'; p++; - len = strlen (p); indx = atoi (p); if (indx == 0) {