[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Net / HttpListenerBasicIdentity.cs
index 9f4fd0211f375388b86cc421b742f4db1ad53a89..7b7b21c8f0c989112454b83574e5b2a3cf0d3807 100644 (file)
@@ -25,7 +25,6 @@
 // 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_0
 using System.Security.Principal;
 namespace System.Net {
        public class HttpListenerBasicIdentity : GenericIdentity {
@@ -41,5 +40,4 @@ namespace System.Net {
                }
        }
 }
-#endif