[mlpack-git] master: Remove unused bool. (a84f602)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Jul 16 12:16:30 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/b4659b668021db631b3c8a48e3d735b513706fdc...015d79104286231ef70ea0ba1d99a6c397025b3e

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

commit a84f60295e8ec7c1b151a6756eae43baae5dd5dd
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 13 10:58:06 2015 +0000

    Remove unused bool.


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

a84f60295e8ec7c1b151a6756eae43baae5dd5dd
 src/mlpack/methods/neighbor_search/neighbor_search.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/methods/neighbor_search/neighbor_search.hpp b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
index 038ea9a..de81408 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
@@ -198,8 +198,6 @@ class NeighborSearch
 
   //! If true, this object created the trees and is responsible for them.
   bool treeOwner;
-  //! Indicates if a separate query set was passed.
-  bool hasQuerySet;
 
   //! Indicates if O(n^2) naive search is being used.
   bool naive;



More information about the mlpack-git mailing list