[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / I18N / Rare / CP1147.cs
index e949c8fe4ff3ca0f5869767f93a062e5a9eaf75d..8c41518e08cb56fff4020ed388de130ac6e72588 100644 (file)
@@ -140,9 +140,7 @@ public class CP1147 : ByteEncoding
                int ch;
                int charIndex = 0;
                int byteIndex = 0;
-#if NET_2_0
                EncoderFallbackBuffer buffer = null;
-#endif
                while (charCount > 0)
                {
                        ch = (int)(chars[charIndex]);