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:
rhelmer%mozilla.com
2007-01-22 04:34:43 +00:00
parent 0b6146e808
commit a8623beaf1

View File

@@ -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'});