summary refs log tree commit diff
path: root/crypto/src/util
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-07-18 00:37:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-18 00:37:15 +0700
commit05aabf97882be003a69f7d9e47012c3dd0338a7b (patch)
tree11c54d265a4eb89a1eb474ca2754eb5defc0b687 /crypto/src/util
parentStraighten out ECGOST3410NamedCurves (diff)
downloadBouncyCastle.NET-ed25519-05aabf97882be003a69f7d9e47012c3dd0338a7b.tar.xz
Remove unused code
Diffstat (limited to 'crypto/src/util')
-rw-r--r--crypto/src/util/encoders/Hex.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/util/encoders/Hex.cs b/crypto/src/util/encoders/Hex.cs
index dc4871352..0b2a48995 100644
--- a/crypto/src/util/encoders/Hex.cs
+++ b/crypto/src/util/encoders/Hex.cs
@@ -1,6 +1,5 @@
 using System;
 using System.IO;
-using System.Text;
 
 namespace Org.BouncyCastle.Utilities.Encoders
 {