diff --git a/TODO b/TODO index 34822bd5..91e49501 100644 --- a/TODO +++ b/TODO @@ -1,19 +1,12 @@ -UPX TODO list. Last updated 2003-08-05. +UPX TODO list. Last updated 2004-06-29. IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON: -- win32/pe is currently broken - -- win32/pe should add support for PEDIR_LOADCONF (Visual C 7.1 generated exes) +- win32/pe should add support for PEDIR_LOADCONF (Visual C++ 7.1 generated exes) - win32/pe should reliably detect .NET exes and somehow deal with them -- vmlinuz/386 cannot handle current 2.[56].xx kernels ? - (update: this seems to be fixed now - need more testing) - -- atari/tos is incompatible with upx 1.2 ??? - - stub ctojr32 needs CPU 486 because of bswap diff --git a/src/bptr.h b/src/bptr.h index 16165ae6..ab20765b 100644 --- a/src/bptr.h +++ b/src/bptr.h @@ -93,10 +93,6 @@ private: if (ptr_) checkRange(extra); } - void throwBoundedPtr(const char *msg) const { - throwCantPack(msg); - } - T* ptr_; void* base_; size_t size_;