summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorBen Adams <thundercat@illyriad.co.uk>2018-12-30 16:35:42 +0100
committerJan Kotas <jkotas@microsoft.com>2018-12-30 05:35:42 -1000
commit77b8960b562959998827a988a5e4ea1460ef3c82 (patch)
tree2eb86fdafe586be28945e33e940e6df9d0990eeb /src/scripts
parent4c2abd3bffbe40f5303bc6da60b20e61bdb8a24a (diff)
downloadcoreclr-77b8960b562959998827a988a5e4ea1460ef3c82.tar.gz
coreclr-77b8960b562959998827a988a5e4ea1460ef3c82.tar.bz2
coreclr-77b8960b562959998827a988a5e4ea1460ef3c82.zip
Use EventSource guid ctor for RuntimeEventSource (#21714)
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/genRuntimeEventSources.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/genRuntimeEventSources.py b/src/scripts/genRuntimeEventSources.py
index 1bde74ad8b..014abcbc1c 100644
--- a/src/scripts/genRuntimeEventSources.py
+++ b/src/scripts/genRuntimeEventSources.py
@@ -374,7 +374,6 @@ namespace System.Diagnostics.Tracing
increaseTabLevel()
className = providerNameToClassNameMap[providerName]
- writeOutput(outputFile, "[EventSource(Name = \"" + providerName + "\")]\n")
writeOutput(outputFile, "internal sealed partial class " + className + " : EventSource\n")
writeOutput(outputFile, "{\n")
increaseTabLevel()