remove unused vars
git-svn-id: https://osmand.googlecode.com/svn/trunk@870 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
2549407cc1
commit
5f28c3b2c6
1 changed files with 0 additions and 6 deletions
|
@ -663,7 +663,6 @@ public class BinaryMapIndexReader {
|
||||||
case OsmandOdb.MapTree.BASEID_FIELD_NUMBER :
|
case OsmandOdb.MapTree.BASEID_FIELD_NUMBER :
|
||||||
case OsmandOdb.MapTree.OLDBASEID_FIELD_NUMBER :
|
case OsmandOdb.MapTree.OLDBASEID_FIELD_NUMBER :
|
||||||
long baseId = codedIS.readUInt64();
|
long baseId = codedIS.readUInt64();
|
||||||
|
|
||||||
if (lastIndexResult != -1) {
|
if (lastIndexResult != -1) {
|
||||||
for (int i = lastIndexResult; i < req.searchResults.size(); i++) {
|
for (int i = lastIndexResult; i < req.searchResults.size(); i++) {
|
||||||
BinaryMapDataObject rs = req.searchResults.get(i);
|
BinaryMapDataObject rs = req.searchResults.get(i);
|
||||||
|
@ -1043,11 +1042,6 @@ public class BinaryMapIndexReader {
|
||||||
int top = 0;
|
int top = 0;
|
||||||
int bottom = 0;
|
int bottom = 0;
|
||||||
|
|
||||||
long baseId = 0;
|
|
||||||
|
|
||||||
List<String> stringTable = null;
|
|
||||||
List<MapTree> subTrees = null;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue