summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;