Small cleanups to keep p_armpe & p_w32pe in sync.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-05-24 19:21:26 +02:00
parent f914cb6858
commit b7785b64cf
2 changed files with 6 additions and 6 deletions
+2 -3
View File
@@ -1178,11 +1178,10 @@ public:
bool clear();
void dump() const { dump(root,0); }
unsigned iname() const {return current->parent->id;}
unsigned iname() const {return current->parent->id;}
const upx_byte *nname() const {return current->parent->name;}
/*
unsigned ilang() const {return current->id;}
unsigned ilang() const {return current->id;}
const upx_byte *nlang() const {return current->name;}
*/
};