[mlpack-git] master: Remove unused class member. (805d71a)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Apr 22 16:32:35 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/8f85309ae9be40e819b301b39c9a940aa28f3bb2...57d0567dddff01feea73b348f38cc040dc3cf8e3

>---------------------------------------------------------------

commit 805d71a61dfdb6ac7d7e6429beeef508180a3259
Author: ryan <ryan at ratml.org>
Date:   Wed Apr 22 09:58:53 2015 -0400

    Remove unused class member.


>---------------------------------------------------------------

805d71a61dfdb6ac7d7e6429beeef508180a3259
 src/mlpack/methods/range_search/range_search.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mlpack/methods/range_search/range_search.hpp b/src/mlpack/methods/range_search/range_search.hpp
index 0788d13..b168cfe 100644
--- a/src/mlpack/methods/range_search/range_search.hpp
+++ b/src/mlpack/methods/range_search/range_search.hpp
@@ -205,9 +205,6 @@ class RangeSearch
 
   //! If true, this object is responsible for deleting the trees.
   bool treeOwner;
-  //! If true, a query set was passed; if false, the query set is the reference
-  //! set.
-  bool hasQuerySet;
 
   //! If true, O(n^2) naive computation is used.
   bool naive;



More information about the mlpack-git mailing list