X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Diagnostics.Tracing%2FEventSourceAttribute.cs;h=078c0875405cd1519b6c1c2898d620d5f884f928;hb=849623f0aeca7c07dfcc3d5070b8d555515be988;hp=0bc0faef9f5984436d43072e85cf8c7666b79a57;hpb=dacc3f8c5d4331f7a40413f3a802ec4049da1e2e;p=mono.git diff --git a/mcs/class/corlib/System.Diagnostics.Tracing/EventSourceAttribute.cs b/mcs/class/corlib/System.Diagnostics.Tracing/EventSourceAttribute.cs index 0bc0faef9f5..078c0875405 100644 --- a/mcs/class/corlib/System.Diagnostics.Tracing/EventSourceAttribute.cs +++ b/mcs/class/corlib/System.Diagnostics.Tracing/EventSourceAttribute.cs @@ -26,7 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_4_5 namespace System.Diagnostics.Tracing { @@ -47,4 +46,3 @@ namespace System.Diagnostics.Tracing } } -#endif