Reduce usage of patchDecompressor()

This commit is contained in:
John Reiser
2006-08-21 21:19:48 -07:00
parent 117a721166
commit 30a4adf331
10 changed files with 8108 additions and 8029 deletions
-1
View File
@@ -241,7 +241,6 @@ void PackUnix::pack3(OutputFile *fo, Filter &ft)
upx_byte *p = getLoader();
lsize = getLoaderSize();
patchFilter32(p, lsize, &ft);
patchDecompressor(p, lsize);
updateLoader(fo);
patchLoaderChecksum();
fo->write(p, lsize);