Remove #if NET_4_6
authorFrederik Carlier <frederik.carlier@quamotion.mobi>
Wed, 9 Mar 2016 08:05:38 +0000 (09:05 +0100)
committerFrederik Carlier <frederik.carlier@quamotion.mobi>
Wed, 9 Mar 2016 08:05:38 +0000 (09:05 +0100)
Remove conditional compilation statement as per PR feedback

mcs/class/corlib/System.Diagnostics.Tracing/EventSource.cs

index a67571aa9a62682b298878d44699cc4cc2479f9c..405d346a5275f4ca9ca6dc19a826f22452a10924 100644 (file)
@@ -126,7 +126,6 @@ namespace System.Diagnostics.Tracing
                {
                }
 
-#if NET_4_6
                public void Write<T> (string eventName, T data)
                {
                }
@@ -142,7 +141,6 @@ namespace System.Diagnostics.Tracing
                public void Write<T> (string eventName, ref EventSourceOptions options, ref Guid activityId, ref Guid relatedActivityId, ref T data)
                {
                }
-#endif
 
                protected virtual void Dispose (bool disposing)
                {