summaryrefslogtreecommitdiff
path: root/src/inc/switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/switches.h')
-rw-r--r--src/inc/switches.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index cd404d5c53..3d8c876bcf 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -145,16 +145,6 @@
#endif // _DEBUG
-
-
-#if defined(PROFILING_SUPPORTED)
-// On desktop CLR builds, the profiling API uses the event log for end-user-friendly
-// diagnostic messages. CoreCLR on Windows ouputs debug strings for diagnostic messages.
-// Rotor builds have no access to event log message resources, though, so they simply
-// display popup dialogs for now.
-#define FEATURE_PROFAPI_EVENT_LOGGING
-#endif // defined(PROFILING_SUPPORTED)
-
// MUST NEVER CHECK IN WITH THIS ENABLED.
// This is just for convenience in doing performance investigations in a checked-out enlistment.
// #define FEATURE_ENABLE_NO_RANGE_CHECKS