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:
kevans 2020-03-29 02:30:23 +00:00
parent fe28be3265
commit ec5ade7e04

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;