systat: remove redundant definition of kd

kd is already properly declared in extern.h and defined in main.c, rendering
this definition useless. This fixes the -fno-common build.

MFC after:	3 days
This commit is contained in:
Kyle Evans 2020-03-29 02:30:23 +00:00
parent b3a1768824
commit 9a9f88cc11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359416

View File

@ -58,8 +58,6 @@ static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95";
#include "extern.h"
#include "devs.h"
kvm_t *kd;
static char *header;
static long blocksize;
static int dlen, odlen;