X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Diagnostics.Tracing%2FEventCounter.cs;h=b71d5f1185b060e4e7a4145924c6abbc931a1078;hb=26748dcdbfbdd974d82b0d7c79b575d339b4bb7d;hp=4cb362578ffc865092dfd2afd68af0c9e4151536;hpb=4c960e1dd530396fdd9400c87729a6ce3101e5c1;p=mono.git diff --git a/mcs/class/corlib/System.Diagnostics.Tracing/EventCounter.cs b/mcs/class/corlib/System.Diagnostics.Tracing/EventCounter.cs index 4cb362578ff..b71d5f1185b 100644 --- a/mcs/class/corlib/System.Diagnostics.Tracing/EventCounter.cs +++ b/mcs/class/corlib/System.Diagnostics.Tracing/EventCounter.cs @@ -26,8 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NETSTANDARD - namespace System.Diagnostics.Tracing { public class EventCounter @@ -41,5 +39,3 @@ namespace System.Diagnostics.Tracing } } } - -#endif