remove unused array
authorbdemsky <bdemsky>
Fri, 16 Oct 2009 03:18:02 +0000 (03:18 +0000)
committerbdemsky <bdemsky>
Fri, 16 Oct 2009 03:18:02 +0000 (03:18 +0000)
Robust/src/Benchmarks/SingleTM/KMeans/KMeans.java

index 741ba26127cd0f0c2d6ca7c01ff9f3b477c2d70a..b89dadddc892f762dd7cd58bc34f0cd8888da963 100644 (file)
@@ -234,7 +234,6 @@ public class KMeans extends Thread {
      * The core of the clustering
      */
 
-    int[] cluster_assign = new int[numObjects];
     int nloops = 1;
     int len = kms.max_nclusters - kms.min_nclusters + 1;