Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System / System / UriKind.cs
index af6b7345ae497a752415540cb02031c8dd2a1f6c..a6ddc2f7b3b1a7c4ee25418baccbe6f480fe67d7 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System {
 
        public enum UriKind {
@@ -37,5 +35,3 @@ namespace System {
                Relative,
        }
 }
-
-#endif