Remove unused function; I forgot I had left this here.

This commit is contained in:
Ryan Curtin
2011-02-07 22:18:42 +00:00
parent 442e451089
commit 338b00776c
@@ -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.