2
0

Remove unused lvar.

This commit is contained in:
Maarten Billemont 2020-04-08 20:21:42 -04:00
parent 21b0053ccb
commit 3970cd2eac

View File

@ -122,7 +122,6 @@ const char *mpw_site_result(
return NULL;
}
char *sitePassword = NULL;
if (resultType & MPResultTypeClassTemplate) {
switch (algorithmVersion) {
case MPAlgorithmVersionV0:
@ -172,7 +171,7 @@ const char *mpw_site_result(
err( "Unsupported password type: %d", resultType );
}
return sitePassword;
return NULL;
}
const char *mpw_site_state(