Merge pull request #2216 from akoeplinger/fix-array-sort
[mono.git] / mcs / class / corlib / System / StringComparison.cs
index cdaa0ff6102763c159e8162bfe8fbe983bf9c873..50ea7a584ed7176ae04d90c7c613917a3020c7e8 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System {
@@ -44,5 +42,3 @@ namespace System {
                OrdinalIgnoreCase
        }
 }
-
-#endif