Removed Packer::patchVersion() and Packer::patchVersionYear().

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-21 20:28:14 +02:00
parent 6f1cc2c1e5
commit 9f20ddc800
3 changed files with 0 additions and 39 deletions
-5
View File
@@ -633,11 +633,6 @@ void PackTos::pack(OutputFile *fo)
memcpy(obuf+d_off, getLoader() + e_len, d_len);
patchPackHeader(loader, o_text);
#if 0
patchVersionYear(loader, o_text);
if (!opt->small)
patchVersion(loader, o_text);
#endif
// write new file header, loader and compressed file
fo->write(&oh, FH_SIZE);