From b00b510cd09418c266c515319a3ecdff42be7b5c Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Fri, 14 Jun 2019 12:11:37 -0400 Subject: g2: clean up compile/link errors Many missing "extern" declarations, it's hard to imagine why the related compile/link errors just showed up. Type: fix Change-Id: I0878bf5fdb10ffdd8e0c49c9e5153cddaf3bc1fd Signed-off-by: Dave Barach --- src/tools/g2/view1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools/g2/view1.c') diff --git a/src/tools/g2/view1.c b/src/tools/g2/view1.c index ca05b78267f..a0cff900dbf 100644 --- a/src/tools/g2/view1.c +++ b/src/tools/g2/view1.c @@ -1630,8 +1630,6 @@ static int anomaly_statistics_init (void) event_t *ep; pid_data_t *pid; int i; - int index; - int pid_index; f64 fdata; /* Gather summary statistics... */ -- cgit 1.2.3-korg