Remove unused method

This commit is contained in:
HungryHobo
2011-02-13 19:23:58 +00:00
parent 0db3ce5026
commit 27713fb7b6

View File

@@ -285,10 +285,6 @@ public class Util {
return address;
}
public static UniqueId zeroId() {
return new UniqueId(new byte[UniqueId.LENGTH], 0);
}
public static String toBase32(Hash hash) {
return Base32.encode(hash.toByteArray());
}