mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1035607 - Remove unused empty_null to fix -Wunused warning-as-error in security/pkix. r=briansmith
This commit is contained in:
parent
211c12318a
commit
65da3b81ed
@ -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