Remove extra copy lines.
authorAtsushi Eno <atsushi@ximian.com>
Thu, 11 Nov 2010 03:19:44 +0000 (12:19 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Thu, 11 Nov 2010 03:19:44 +0000 (12:19 +0900)
mcs/class/System.Xaml/System.Xaml/XamlObjectNodeIterator.cs

index 8863e99b36f9a170bdf431dd189a5f8968f84e4e..86813db0e4f99f4aa12885251a695f85fc0d52e0 100644 (file)
@@ -30,28 +30,7 @@ using System.Windows.Markup;
 using System.Xaml;
 using System.Xaml.Schema;
 
-//
-// This implementation can be compiled under .NET, using different namespace
-// (Mono.Xaml). To compile it into a usable library, use the following compile
-// optons and sources:
-//
-//     dmcs -d:DOTNET -t:library -r:System.Xaml.dll \
-//             System.Xaml/XamlObjectReader.cs \
-//             System.Xaml/XamlNode.cs \
-//             System.Xaml/PrefixLookup.cs \
-//             System.Xaml/TypeExtensionMethods.cs
-//
-// (At least it should compile as of the revision that this comment is added.)
-//
-// Adding Test/System.Xaml/TestedTypes.cs might also be useful to examine this
-// reader behavior under .NET and see where bugs are alive.
-//
-
-#if DOTNET
-namespace Mono.Xaml
-#else
 namespace System.Xaml
-#endif
 {
        internal struct XamlObjectNodeIterator
        {
@@ -286,4 +265,4 @@ namespace System.Xaml
                        }
                }
        }
-}
\ No newline at end of file
+}