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/I18N/West/CP28605.cs')
-rw-r--r--mcs/class/I18N/West/CP28605.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/I18N/West/CP28605.cs b/mcs/class/I18N/West/CP28605.cs
index 317dcdb8257..06762fe6bb2 100644
--- a/mcs/class/I18N/West/CP28605.cs
+++ b/mcs/class/I18N/West/CP28605.cs
@@ -140,9 +140,7 @@ public class CP28605 : ByteEncoding
int ch;
int charIndex = 0;
int byteIndex = 0;
-#if NET_2_0
EncoderFallbackBuffer buffer = null;
-#endif
while (charCount > 0)
{
ch = (int)(chars[charIndex]);