Remove local variables missed in r321842.

X-MFC with:	r321842
This commit is contained in:
Mark Johnston 2017-08-01 04:52:03 +00:00
parent 90ec6fd4ba
commit 3c9308e82b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321843

View File

@ -175,10 +175,6 @@ symtab_init(void)
int fd;
int i;
int strindex = -1;
#ifndef illumos
void *ksyms;
size_t sz;
#endif
#ifndef illumos
if ((fd = open("/dev/ksyms", O_RDONLY)) == -1) {