From 4bad4ff0cab7a30c51a00ebc86b248d8c5fdd11d Mon Sep 17 00:00:00 2001 From: Andras HORVATH Date: Tue, 6 Mar 2012 23:47:55 +0100 Subject: ...and get rid of the extra variable --- mbw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mbw.c b/mbw.c index a44dc85..4fe77e4 100644 --- a/mbw.c +++ b/mbw.c @@ -86,7 +86,6 @@ double worker(unsigned long long asize, long *a, long *b, int type, unsigned lon struct timeval starttime,endtime; double te; unsigned int long_size=sizeof(long); - long *c; /* where are we in test=2? */ /* array size in bytes */ unsigned long long array_bytes=asize*long_size; -- cgit v1.2.3