Removed Packer::getIdentstr().

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-21 19:57:43 +02:00
parent 8e9ce59ef2
commit 601cd95277
4 changed files with 1 additions and 18 deletions
-4
View File
@@ -136,10 +136,6 @@ PackLinuxI386::generateElfHdr(
assert(h2->ehdr.e_phentsize == sizeof(Elf32_Phdr));
assert(h2->ehdr.e_shnum == 0);
#if 0 //{
unsigned identsize;
char const *const ident = getIdentstr(&identsize);
#endif //}
h2->phdr[0].p_filesz = sizeof(*h2); // + identsize;
h2->phdr[0].p_memsz = h2->phdr[0].p_filesz;