[bcl] Remove NET_2_0 defines from the class libs. This has been done using: unifdef...
[mono.git] / mcs / class / I18N / Other / CP1251.cs
index c0e4ca355ad8b7a142a9ce20246aa3ef43ce9a28..34283c293444434f3067dd2da0c18765ebe97e27 100644 (file)
@@ -140,9 +140,7 @@ public class CP1251 : ByteEncoding
                int ch;
                int charIndex = 0;
                int byteIndex = 0;
-#if NET_2_0
                EncoderFallbackBuffer buffer = null;
-#endif
                while (charCount > 0)
                {
                        ch = (int)(chars[charIndex]);