Remove unused p_vxd.h.

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