Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-05 08:59:08 +0300
committerJan Kotas <jkotas@microsoft.com>2016-02-05 08:59:08 +0300
commit2996cac38fffe6a32120d86e486748b01af7f184 (patch)
tree50f58bc9a6270a0b5da53573028976404d283dd1 /src/Native/Runtime/eventtracebase.h
parentad938e434c8352324a649a111919c0f9876f4c6f (diff)
Define FEATURE_EVENT_TRACE via central .props file
[tfs-changeset: 1572698]
Diffstat (limited to 'src/Native/Runtime/eventtracebase.h')
-rw-r--r--src/Native/Runtime/eventtracebase.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Native/Runtime/eventtracebase.h b/src/Native/Runtime/eventtracebase.h
index 15d6eb963..5c67c7587 100644
--- a/src/Native/Runtime/eventtracebase.h
+++ b/src/Native/Runtime/eventtracebase.h
@@ -29,10 +29,6 @@
struct EventStructTypeData;
void InitializeEventTracing();
-#if (!defined(FEATURE_PAL) || defined(FEATURE_DTRACE) || defined(FEATURE_REDHAWK)) && !defined(CROSSGEN_COMPILE)
-#define FEATURE_EVENT_TRACE 1
-#endif
-
#ifdef FEATURE_EVENT_TRACE
// !!!!!!! NOTE !!!!!!!!