Index: tests/concurrency/examples/boundedBufferEXT.cfa
===================================================================
--- tests/concurrency/examples/boundedBufferEXT.cfa	(revision e8b5ba4047a6660ae56cedee91f792367796236d)
+++ tests/concurrency/examples/boundedBufferEXT.cfa	(revision 10b5970650e2ff3d8e757dd5c91889d466e44fe0)
@@ -94,5 +94,4 @@
 	Buffer(int) buffer;
 	int sums[Cons];
-	int i;
 	processor p;
 
Index: tests/concurrency/examples/boundedBufferINT.cfa
===================================================================
--- tests/concurrency/examples/boundedBufferINT.cfa	(revision e8b5ba4047a6660ae56cedee91f792367796236d)
+++ tests/concurrency/examples/boundedBufferINT.cfa	(revision 10b5970650e2ff3d8e757dd5c91889d466e44fe0)
@@ -94,5 +94,4 @@
 	Consumer * cons[Cons];
 	int sums[Cons];
-	int i;
 	processor p;
 
