Remove unused fields.

This commit is contained in:
JoelKatz
2012-07-09 10:42:20 -07:00
parent 75f3b4129c
commit 82acac809f

View File

@@ -8,8 +8,6 @@ SOElement SerializedValidation::sValidationFormat[] = {
{ sfLedgerHash, "LedgerHash", STI_HASH256, SOE_REQUIRED, 0 },
{ sfCloseTime, "CloseTime", STI_UINT64, SOE_REQUIRED, 0 },
{ sfSigningKey, "SigningKey", STI_VL, SOE_REQUIRED, 0 },
{ sfVersion, "Version", STI_UINT32, SOE_IFFLAG, 1 },
{ sfExtensions, "Extensions", STI_TL, SOE_IFFLAG, 0x01000000 },
{ sfInvalid, NULL, STI_DONE, SOE_NEVER, -1 },
};