Merge pull request #2408 from tastywheattasteslikechicken/MoreInterfaceSupport
[mono.git] / mcs / class / I18N / Rare / CP20285.cs
index 5227ec7e29337bc6d3a58d3a2becc3953dee4f7c..81967392bc9cb5c19772669b691f46c3034293f2 100644 (file)
@@ -140,9 +140,7 @@ public class CP20285 : ByteEncoding
                int ch;
                int charIndex = 0;
                int byteIndex = 0;
-#if NET_2_0
                EncoderFallbackBuffer buffer = null;
-#endif
                while (charCount > 0)
                {
                        ch = (int)(chars[charIndex]);