From 338b00776ca41d0f06f6bd5cfd07fbf282b877b6 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 7 Feb 2011 22:18:42 +0000 Subject: [PATCH] Remove unused function; I forgot I had left this here. --- fastlib/branches/fastlib-stl/mlpack/allnn/allnn.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fastlib/branches/fastlib-stl/mlpack/allnn/allnn.h b/fastlib/branches/fastlib-stl/mlpack/allnn/allnn.h index a88c7253e8..bde88004d5 100644 --- a/fastlib/branches/fastlib-stl/mlpack/allnn/allnn.h +++ b/fastlib/branches/fastlib-stl/mlpack/allnn/allnn.h @@ -220,12 +220,6 @@ class AllNN { private: // Helper functions - /** - * Internal function to build the trees for computation. It won't build trees - * if naive_ = false. - */ - void BuildTrees(); - /** * Computes the minimum squared distance between the bounding boxes * of two nodes.