mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Remove local variables missed in r321842.
X-MFC with: r321842
This commit is contained in:
parent
90ec6fd4ba
commit
3c9308e82b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321843
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user