summary refs log tree commit diff
path: root/crypto/src/util/Platform.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-06-29 14:47:32 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-06-29 14:47:32 +0700
commita395a34a769d3c7e6616129f4832b7014dbbfe98 (patch)
tree76a4749c2f548afff826c6758de3c8ce0b6fd646 /crypto/src/util/Platform.cs
parentGenerics migration complete (diff)
downloadBouncyCastle.NET-ed25519-a395a34a769d3c7e6616129f4832b7014dbbfe98.tar.xz
Cleanup NewLine handling
Diffstat (limited to 'crypto/src/util/Platform.cs')
-rw-r--r--crypto/src/util/Platform.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/src/util/Platform.cs b/crypto/src/util/Platform.cs
index b25d76dae..7e79c64e1 100644
--- a/crypto/src/util/Platform.cs
+++ b/crypto/src/util/Platform.cs
@@ -31,8 +31,6 @@ namespace Org.BouncyCastle.Utilities
             return null == obj ? 0 : obj.GetHashCode();
         }
 
-        internal static readonly string NewLine = Environment.NewLine;
-
         internal static void Dispose(IDisposable d)
         {
             d.Dispose();