diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-09-20 15:21:22 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-09-20 15:21:22 +0700 |
commit | b2499e40d81b1ccac9d311de1a045ba2f275c925 (patch) | |
tree | 8e7c79c59bc3e65f3afacd5b9a956054d6889f25 /crypto/test | |
parent | Give IStreamCalculator a generic type (diff) | |
download | BouncyCastle.NET-ed25519-b2499e40d81b1ccac9d311de1a045ba2f275c925.tar.xz |
Cleanup
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/tsp/test/TimeStampTokenInfoTest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/test/src/tsp/test/TimeStampTokenInfoTest.cs b/crypto/test/src/tsp/test/TimeStampTokenInfoTest.cs index ea7f2c4dc..a1a7355e5 100644 --- a/crypto/test/src/tsp/test/TimeStampTokenInfoTest.cs +++ b/crypto/test/src/tsp/test/TimeStampTokenInfoTest.cs @@ -1,5 +1,3 @@ -using System; - using NUnit.Framework; using Org.BouncyCastle.Asn1; |