X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FHttpListenerException.cs;h=684344e366ddc53556f8aec34e63ff25c97eec96;hb=f4774442eaf92333012ae8b0a431739b4efe22bf;hp=7553ddc688dd947da33da674a60307d6276f52f4;hpb=f11aa9faf50ec2997ea88350885a0d10ec0d815c;p=mono.git diff --git a/mcs/class/System/System.Net/HttpListenerException.cs b/mcs/class/System/System.Net/HttpListenerException.cs index 7553ddc688d..684344e366d 100644 --- a/mcs/class/System/System.Net/HttpListenerException.cs +++ b/mcs/class/System/System.Net/HttpListenerException.cs @@ -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.ComponentModel; using System.Runtime.Serialization; namespace System.Net { @@ -53,5 +52,4 @@ namespace System.Net { } } } -#endif