Merge pull request #757 from mlintner/master
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Construction / ElementLocation.cs
index 15fe431cec6d431e241d67e7f272e7c3dc4a7b5b..271029897218c81eb9d1a562cac5a734fa1c0c77 100644 (file)
@@ -34,9 +34,7 @@ using System.Collections.Generic;
 namespace Microsoft.Build.Construction
 {
        [Serializable]
-#if NET_4_5
        public
-#endif
        abstract class ElementLocation
        {
                public abstract int Column { get; }