Merge pull request #899 from UCIS/patch-4
[mono.git] / mcs / class / System / System.Collections.Generic / ISet.cs
index ec30f9d783722ce5866c99e1bc1e5d6f3ca7eefb..4b5dd40a7fd590884347dc04f8f28244fe8a8fcf 100644 (file)
@@ -25,7 +25,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_1 || MOBILE || NET_4_0
+#if NET_4_0
 
 namespace System.Collections.Generic {
        public interface ISet<T> : ICollection<T>