diff --git a/fastlib/trunk/contrib/dongryel/thesis_research/mlpack/distributed_kde/distributed_kde.test.cc b/fastlib/trunk/contrib/dongryel/thesis_research/mlpack/distributed_kde/distributed_kde.test.cc index 548a71a93b..3b94789ba5 100644 --- a/fastlib/trunk/contrib/dongryel/thesis_research/mlpack/distributed_kde/distributed_kde.test.cc +++ b/fastlib/trunk/contrib/dongryel/thesis_research/mlpack/distributed_kde/distributed_kde.test.cc @@ -137,8 +137,6 @@ class TestDistributed_Kde { // Compute the collective L1 norm of the products. double achieved_error = 0; for(unsigned int j = 0; j < query_results.size(); j++) { - int process_index; - int point_index; FindOriginalIndices_( old_from_new, n_entries, j, &process_index, &point_index); int naive_index = cumulative_distribution[process_index] + point_index;