From 08cadb4c5ec4b49dbf1aee63a0809459cb1c024a Mon Sep 17 00:00:00 2001 From: Dongryeol Lee Date: Sat, 22 Jan 2011 02:09:11 +0000 Subject: [PATCH] Warning fix. --- .../mlpack/distributed_kde/distributed_kde.test.cc | 2 -- 1 file changed, 2 deletions(-) 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;