remove dead code

Submitted by:	Coverity Prevent analysis tool
This commit is contained in:
Sam Leffler 2005-02-22 01:26:48 +00:00
parent a1adf35e65
commit 1ca1ea77be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142196

View File

@ -478,8 +478,6 @@ exec_pecoff_coff_prep_zmagic(struct image_params * imgp,
argp->a_imghdr[i].i_vaddr += wp->w_base;
}
imgp->proc->p_sysent = &pecoff_sysvec;
if (error)
goto fail;
imgp->auxargs = argp;
imgp->auxarg_size = sizeof(struct pecoff_args);
imgp->interpreted = 0;