Merge pull request #1636 from alexrp/profiler-stuff
[mono.git] / mcs / class / I18N / Rare / CP20290.cs
index 781028a31ebbb2e7fa824de72fef167df1a2742f..8495bdebf9f46f9a732772cae9bae9de89f7f570 100644 (file)
@@ -140,9 +140,7 @@ public class CP20290 : ByteEncoding
                int ch;
                int charIndex = 0;
                int byteIndex = 0;
-#if NET_2_0
                EncoderFallbackBuffer buffer = null;
-#endif
                while (charCount > 0)
                {
                        ch = (int)(chars[charIndex]);