Data: Remove unused static field deprecated long ago

This commit is contained in:
zzz
2021-07-30 12:17:15 -04:00
parent 877b1f5f56
commit f2b878d02a

View File

@@ -31,13 +31,6 @@ public class Signature extends SimpleDataStructure {
/** 40 */
public final static int SIGNATURE_BYTES = DEF_TYPE.getSigLen();
/**
* all zeros
* @deprecated to be removed
*/
@Deprecated
public final static byte[] FAKE_SIGNATURE = new byte[SIGNATURE_BYTES];
private final SigType _type;
public Signature() {