Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / I18N / Other / CP874.cs
index 63d74cfffc9a0f6a411808717c3965307335d1c1..59c12a277f64cbcb2341ed58561c6f656d68092f 100644 (file)
@@ -140,9 +140,7 @@ public class CP874 : ByteEncoding
                int ch;
                int charIndex = 0;
                int byteIndex = 0;
-#if NET_2_0
                EncoderFallbackBuffer buffer = null;
-#endif
                while (charCount > 0)
                {
                        ch = (int)(chars[charIndex]);