Remove unused p_w16ne.cpp.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-12-19 23:11:00 +01:00
parent 0b4ac35bc9
commit 0a0e7c3b7c
3 changed files with 0 additions and 206 deletions
-6
View File
@@ -48,7 +48,6 @@
#include "p_wcle.h"
#include "p_tmt.h"
#include "p_vxd.h"
#include "p_w16ne.h"
#include "p_w32pe.h"
#include "p_w64pep.h"
#include "p_vmlinz.h"
@@ -174,11 +173,6 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
if ((p = func(new PackVxd(f), user)) != NULL)
return p;
delete p; p = NULL;
#endif
#if 0
if ((p = func(new PackW16Ne(f), user)) != NULL)
return p;
delete p; p = NULL;
#endif
if ((p = func(new PackW64Pep(f), user)) != NULL)
return p;