Remove a couple variables that are unused after r325790.

Reported by:	rpokala
This commit is contained in:
Brooks Davis 2017-11-20 22:18:24 +00:00
parent 8a0a413e12
commit 114aedb30e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326035

View File

@ -174,9 +174,7 @@ platform_start(__register_t a0, __register_t a1, __register_t a2,
char **envp = (char **)a2;
long memsize;
#ifdef FDT
char buf[2048]; /* early stack supposedly big enough */
vm_offset_t dtbp;
phandle_t chosen;
void *kmdp;
#endif
int i;