Merge pull request #726 from pruiz/xamarin-bug-13708
[mono.git] / mcs / class / corlib / System.Globalization / TaiwanLunisolarCalendar.cs
index 737a9a29f8bc1ef55b06a190a5c4b89b5d356b19..5c348edc474211849f67db3f2fe7bf40c4fc1acd 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Globalization {
 
 using System;
@@ -47,6 +45,7 @@ public class TaiwanLunisolarCalendar : EastAsianLunisolarCalendar {
 
        const int TaiwanEra = 1;
 
+       [MonoTODO]
        public TaiwanLunisolarCalendar ()
                : base (era_handler)
        {
@@ -84,4 +83,3 @@ public class TaiwanLunisolarCalendar : EastAsianLunisolarCalendar {
 }
 
 }
-#endif