Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs')
-rw-r--r--mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs b/mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs
index 0a57ad272e5..5b79db673f3 100644
--- a/mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs
+++ b/mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs
@@ -357,11 +357,9 @@ namespace System.Security.Cryptography {
}
}
-#if NET_4_0
public bool HasFlushedFinalBlock {
get { return _flushedFinalBlock; }
}
-#endif
#if NET_4_5
public override Task FlushAsync (CancellationToken cancellationToken)