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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2017-07-15 03:08:40 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2017-07-15 03:08:40 +0300
commit21bc9cf4cdb42e15b53cf0855e310d2b0efd7786 (patch)
treee9c23a62d4e9db1efb7b248d391e096caefb2494 /libgc
parent7f6943705e18bac68c4bf6535e4bda461af8482d (diff)
[profiler] Clean up MonoProfilerGCEvent enum.
* Remove the mark/reclaim events as they've been broken for a long time and aren't particularly useful. * Reorder the enum member declarations to the order they actually arrive in.
Diffstat (limited to 'libgc')
-rw-r--r--libgc/include/gc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgc/include/gc.h b/libgc/include/gc.h
index 7b1460a888a..e7929918ad0 100644
--- a/libgc/include/gc.h
+++ b/libgc/include/gc.h
@@ -93,7 +93,6 @@ GC_API GC_PTR (*GC_oom_fn) GC_PROTO((size_t bytes_requested));
/* pointer to a previously allocated heap */
/* object. */
-// Keep somewhat in sync with mono/metadata/profiler.h:enum MonoGCEvent
typedef enum {
GC_EVENT_START,
GC_EVENT_MARK_START,