mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Remove unused PackSolarisSparc.
This commit is contained in:
parent
edd7503607
commit
61652a2989
|
@ -419,7 +419,7 @@ private:
|
|||
#define UPX_F_DYLIB_PPC64LE 41
|
||||
|
||||
#define UPX_F_ATARI_TOS 129
|
||||
#define UPX_F_SOLARIS_SPARC 130
|
||||
#define UPX_F_SOLARIS_SPARC 130 // NOT IMPLEMENTED
|
||||
#define UPX_F_MACH_PPC32 131
|
||||
#define UPX_F_LINUX_ELFPPC32 132
|
||||
#define UPX_F_LINUX_ELF32_ARMEB 133
|
||||
|
|
24
src/p_unix.h
24
src/p_unix.h
|
@ -190,30 +190,6 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
// solaris/sparc
|
||||
**************************************************************************/
|
||||
|
||||
#if 0
|
||||
class PackSolarisSparc : public PackUnixBe32
|
||||
{
|
||||
typedef PackUnixBe32 super;
|
||||
public:
|
||||
PackSolarisSparc(InputFile *f) : super(f) { }
|
||||
virtual int getFormat() const { return UPX_F_SOLARIS_SPARC; }
|
||||
virtual const char *getName() const { return "solaris/sparc"; }
|
||||
|
||||
virtual bool canPack();
|
||||
|
||||
protected:
|
||||
virtual upx_byte *getLoader() const;
|
||||
virtual int getLoaderSize() const;
|
||||
|
||||
virtual void patchLoader();
|
||||
};
|
||||
#endif /* #if 0 */
|
||||
|
||||
|
||||
#endif /* already included */
|
||||
|
||||
/* vim:set ts=4 sw=4 et: */
|
||||
|
|
Loading…
Reference in New Issue
Block a user