Remove unused lvar.
This commit is contained in:
@@ -122,7 +122,6 @@ const char *mpw_site_result(
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *sitePassword = NULL;
|
|
||||||
if (resultType & MPResultTypeClassTemplate) {
|
if (resultType & MPResultTypeClassTemplate) {
|
||||||
switch (algorithmVersion) {
|
switch (algorithmVersion) {
|
||||||
case MPAlgorithmVersionV0:
|
case MPAlgorithmVersionV0:
|
||||||
@@ -172,7 +171,7 @@ const char *mpw_site_result(
|
|||||||
err( "Unsupported password type: %d", resultType );
|
err( "Unsupported password type: %d", resultType );
|
||||||
}
|
}
|
||||||
|
|
||||||
return sitePassword;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *mpw_site_state(
|
const char *mpw_site_state(
|
||||||
|
Reference in New Issue
Block a user