ucm2cp: Remove the deprecated '#if NET_2_0' fence
authorMiguel de Icaza <miguel@gnome.org>
Wed, 23 Dec 2015 04:28:13 +0000 (23:28 -0500)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 23 Dec 2015 04:28:32 +0000 (23:28 -0500)
mcs/class/I18N/tools/ucm2cp.c

index d788d7afb8162554063601b7515ba22d867d4a92..fd63372a9dfe6296036b42c30c88633ed86c0f1d 100644 (file)
@@ -691,9 +691,7 @@ static void printCharToByte(void)
        printf("\t\tint ch;\n");
        printf("\t\tint charIndex = 0;\n");
        printf("\t\tint byteIndex = 0;\n");
-       printf("#if NET_2_0\n");
        printf("\t\tEncoderFallbackBuffer buffer = null;\n");
-       printf("#endif\n");
        printf("\t\twhile (charCount > 0)\n");
        printf("\t\t{\n");
        printf("\t\t\tch = (int)(chars[charIndex]);\n");