1
0
Fork 0

Remove unused variable

This commit is contained in:
Andreas Streichardt 2017-01-03 16:41:45 +01:00
parent 8bb3142d19
commit c3ae91b405
2 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@ GeoIndexIterator::GeoIndexIterator(LogicalCollection* collection,
_cursor(nullptr), _cursor(nullptr),
_coor(), _coor(),
_condition(cond), _condition(cond),
_variable(var),
_lat(0.0), _lat(0.0),
_lon(0.0), _lon(0.0),
_near(true), _near(true),

View File

@ -71,7 +71,6 @@ class GeoIndexIterator final : public IndexIterator {
::GeoCursor* _cursor; ::GeoCursor* _cursor;
::GeoCoordinate _coor; ::GeoCoordinate _coor;
arangodb::aql::AstNode const* _condition; arangodb::aql::AstNode const* _condition;
arangodb::aql::Variable const* _variable;
double _lat; double _lat;
double _lon; double _lon;
bool _near; bool _near;