Remove dead code

This commit is contained in:
bootstraponline
2014-05-05 22:26:59 -04:00
parent b7828d39a6
commit bda81ba78e

View File

@@ -62,10 +62,6 @@ public class Find extends CommandHandler {
throws JSONException {
final Hashtable<String, Object> params = command.params();
if (((String) params.get("strategy")).equals("index paths")) {
}
// only makes sense on a device
final Strategy strategy;
try {