[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.IO / InotifyWatcher.cs
index 9dce03ee1f074465013253e38a7de9cb6af5dce6..fe023429a0cb021c4b0b2756ae74c3e55dac8ba6 100644 (file)
@@ -555,9 +555,7 @@ namespace System.IO {
                                                        foreach (InotifyData child in parent.children) {
                                                                        
                                                                if (child.Directory.StartsWith (renamedOldFullPath
-#if NET_2_0
                                                                                                , StringComparison.Ordinal
-#endif
                                                                    )) {
                                                                        child.Directory = renamedFullPath +
                                                                                child.Directory.Substring (renamedOldFullPathLength);