mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1035607 - Remove unused empty_null to fix -Wunused warning-as-error in security/pkix. r=briansmith
This commit is contained in:
parent
7ab5947d2e
commit
b200e46a0e
@ -34,8 +34,6 @@ Result CheckValidity(const SECItem& encodedValidity, PRTime time);
|
||||
|
||||
} } // namespace mozilla::pkix
|
||||
|
||||
static const SECItem empty_null = { siBuffer, nullptr, 0 };
|
||||
|
||||
static const PRTime PAST_TIME(YMDHMS(1998, 12, 31, 12, 23, 56));
|
||||
|
||||
#define OLDER_GENERALIZEDTIME \
|
||||
|
Loading…
Reference in New Issue
Block a user