2010-03-18 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / corlib / System / IHostContext.cs
index bcdb7a25593c3f8c1ba55e0b6fdaa02230309909..841fa084999c8b85484d5ba5380ee18377420230 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 interface IHostContext {
@@ -53,5 +51,3 @@ namespace System {
                }
        }
 }
-
-#endif