remove undeclared var errors introduced by previous patch
git-svn-id: svn://10.0.0.236/trunk@218740 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -969,7 +969,6 @@ sub CreatePastReleasePatchinfo {
|
||||
|
||||
$completePatch->{'details'} = $detailsUrl;
|
||||
$completePatch->{'license'} = $licenseUrl;
|
||||
$completePatch->{'updateType'} = $updateType;
|
||||
|
||||
write_patch_info(patch => $completePatch,
|
||||
schemaVer => $patchLocaleNode->{'schema'});
|
||||
@@ -1109,7 +1108,6 @@ sub CreatePartialPatchinfo {
|
||||
$partial_patch->{'url'} = $gen_partial_url;
|
||||
$partial_patch->{'details'} = $detailsUrl;
|
||||
$partial_patch->{'license'} = $licenseUrl;
|
||||
$partial_patch->{'updateType'} = $updateType;
|
||||
|
||||
write_patch_info(patch => $partial_patch,
|
||||
schemaVer => $to->{'schema'});
|
||||
|
||||
Reference in New Issue
Block a user