Drop empty BinaryMapIndexTestReader

This commit is contained in:
max-klaus 2020-06-17 16:47:35 +03:00
parent 79d66be999
commit 6b6708e82b

View file

@ -1,12 +0,0 @@
package net.osmand.binary;
import java.io.File;
public class BinaryMapIndexTestReader {
public static BinaryMapIndexReader buildTestReader(File file) {
// TODO Auto-generated method stub
return null;
}
}