Merge pull request #216 from ilkerde/master
[mono.git] / mcs / class / System / System.CodeDom.Compiler / TempFileCollection.cs
index d18ab43eb08dbe426614000732f9e5be6ec05caa..da056d15336030f5a974515f73f1cbf02cb7ed4c 100644 (file)
@@ -35,9 +35,7 @@ using System.Runtime.InteropServices;
 
 namespace System.CodeDom.Compiler {
 
-#if NET_2_0
        [Serializable]
-#endif
        [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
        public class TempFileCollection:ICollection, IEnumerable, IDisposable
        {