Remove unused p_elks.cpp.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-12-19 23:14:08 +01:00
parent d303038bcb
commit c9d6dab401
3 changed files with 0 additions and 207 deletions
-5
View File
@@ -219,11 +219,6 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
if ((p = func(new PackVmlinuzARMEL(f), user)) != NULL)
return p;
delete p; p = NULL;
#if 0
if ((p = func(new PackElks8086(f), user)) != NULL)
return p;
delete p; p = NULL;
#endif
//
// linux