1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/src/asn1/cmp/PKIStatusInfo.cs b/crypto/src/asn1/cmp/PKIStatusInfo.cs
index fe5cc718c..17473efc8 100644
--- a/crypto/src/asn1/cmp/PKIStatusInfo.cs
+++ b/crypto/src/asn1/cmp/PKIStatusInfo.cs
@@ -20,9 +20,7 @@ namespace Org.BouncyCastle.Asn1.Cmp
public static PkiStatusInfo GetInstance(Asn1TaggedObject obj, bool isExplicit)
{
-#pragma warning disable CS0618 // Type or member is obsolete
return GetInstance(Asn1Sequence.GetInstance(obj, isExplicit));
-#pragma warning restore CS0618 // Type or member is obsolete
}
private readonly DerInteger status;
|