Bug 1359492 - remove code that incorrectly sets the apply to dir path when staging an update. r=mhowell

This was missed during the removal of the gonk code.
This commit is contained in:
Robert Strong 2017-05-03 11:37:53 -07:00
Родитель 97cb42eab2
Коммит 5b891c93dd
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -590,7 +590,6 @@ ApplyUpdate(nsIFile *greDir, nsIFile *updateDir, nsIFile *appDir, int appArgc,
return;
}
applyToDirPath = NS_ConvertUTF16toUTF8(applyToDirPathW);
rv = updatedDir->GetNativePath(applyToDirPath);
#else
rv = updatedDir->GetNativePath(applyToDirPath);
#endif