Browse Source

Minor cleanup: remove unused argument

Cédric Augonnet 14 years ago
parent
commit
b5026e43dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/basic_examples/mult.c

+ 0 - 1
examples/basic_examples/mult.c

@@ -49,7 +49,6 @@ static unsigned terminated = 0;
 
 static unsigned nslicesx = 4;
 static unsigned nslicesy = 4;
-static unsigned nslicesz = 4;
 static unsigned xdim = 1024;
 static unsigned ydim = 1024;
 static unsigned zdim = 512;