summaryrefslogtreecommitdiff
path: root/mbw.c
diff options
context:
space:
mode:
authorAndras HORVATH <andras.horvath@gmail.com>2012-03-06 23:47:55 +0100
committerAndras HORVATH <andras.horvath@gmail.com>2012-03-06 23:47:55 +0100
commit4bad4ff0cab7a30c51a00ebc86b248d8c5fdd11d (patch)
tree74b737ed12860663808eb0770535b1b94373f9ac /mbw.c
parent05f68a6108b2a230b5d2ce8b89f4564f6564c1a7 (diff)
...and get rid of the extra variable
Diffstat (limited to 'mbw.c')
-rw-r--r--mbw.c1
1 files changed, 0 insertions, 1 deletions
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;