From: Sebastien GODARD Date: Mon, 29 Jan 2018 17:11:51 +0000 (+0100) Subject: sadf: Remove unused reference to extern variable X-Git-Tag: v11.7.2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc90d86eac41278afbb379a7d3a292832a9ed4d8;p=sysstat sadf: Remove unused reference to extern variable Signed-off-by: Sebastien GODARD --- diff --git a/sadf.c b/sadf.c index a11b4d5..396d209 100644 --- a/sadf.c +++ b/sadf.c @@ -50,8 +50,6 @@ int endian_mismatch = FALSE; /* TRUE if file's data come from a 64 bit machine */ int arch_64 = FALSE; -extern unsigned int rec_types_nr[]; - unsigned int flags = 0; unsigned int dm_major; /* Device-mapper major number */ unsigned int format = 0; /* Output format */