Fix hang in Linux on armel and ppc architectures by removing unused (per zzz)

lock
This commit is contained in:
kytv
2011-07-30 12:31:31 +00:00
parent 71804173fc
commit 3d64df57a1

View File

@ -96,8 +96,6 @@ public class ElGamalEngine {
YKGenerator.restart();
}
private final static BigInteger _two = new NativeBigInteger(1, new byte[] { 0x02});
private BigInteger[] getNextYK() {
return YKGenerator.getNextYK();
}