rtree: test reverted

[SVN r83256]
This commit is contained in:
Adam Wulkiewicz 2013-03-02 23:53:47 +00:00
parent 33aef8ae3b
commit 7e6394ec68

View File

@ -12,10 +12,6 @@
#include <boost/geometry/geometries/point.hpp>
#include <boost/geometry/geometries/box.hpp>
#include <set>
bool cmp(int a, int b) { return a < b; }
int test_main(int, char* [])
{
typedef bg::model::point<float, 2, bg::cs::cartesian> Point;