summary refs log tree commit diff
path: root/crypto/src/asn1/esf/CommitmentTypeIdentifier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/esf/CommitmentTypeIdentifier.cs')
-rw-r--r--crypto/src/asn1/esf/CommitmentTypeIdentifier.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/asn1/esf/CommitmentTypeIdentifier.cs b/crypto/src/asn1/esf/CommitmentTypeIdentifier.cs
index 65cd45b4a..8689110e8 100644
--- a/crypto/src/asn1/esf/CommitmentTypeIdentifier.cs
+++ b/crypto/src/asn1/esf/CommitmentTypeIdentifier.cs
@@ -1,10 +1,8 @@
-using System;
-
-using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Asn1.Pkcs;
 
 namespace Org.BouncyCastle.Asn1.Esf
 {
+    // TODO[api] Make static
     public abstract class CommitmentTypeIdentifier
     {
         public static readonly DerObjectIdentifier ProofOfOrigin = PkcsObjectIdentifiers.IdCtiEtsProofOfOrigin;