Skip to content

Commit 0d12302

Browse files
author
Alex Rønne Petersen
committed
[profiler] Remove the iomap profiler.
It hasn't worked for a very long time, contains very unsafe/broken code, and appears to be used by no one.
1 parent c7f9875 commit 0d12302

File tree

2 files changed

+0
-557
lines changed

2 files changed

+0
-557
lines changed

mono/profiler/Makefile.am

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ endif
1818
lib_LTLIBRARIES = \
1919
libmono-profiler-aot.la \
2020
libmono-profiler-aot-static.la \
21-
libmono-profiler-iomap.la \
22-
libmono-profiler-iomap-static.la \
2321
libmono-profiler-log.la \
2422
libmono-profiler-log-static.la \
2523
libmono-profiler-coverage.la \
@@ -104,12 +102,6 @@ libmono_profiler_aot_la_LDFLAGS = $(prof_ldflags)
104102
libmono_profiler_aot_static_la_SOURCES = aot.c
105103
libmono_profiler_aot_static_la_LDFLAGS = -static
106104

107-
libmono_profiler_iomap_la_SOURCES = iomap.c
108-
libmono_profiler_iomap_la_LIBADD = $(libmono_dep) $(GLIB_LIBS) $(LIBICONV)
109-
libmono_profiler_iomap_la_LDFLAGS = $(prof_ldflags)
110-
libmono_profiler_iomap_static_la_SOURCES = iomap.c
111-
libmono_profiler_iomap_static_la_LDFLAGS = -static
112-
113105
libmono_profiler_log_la_SOURCES = log.c log-args.c
114106
libmono_profiler_log_la_LIBADD = $(libmono_dep) $(GLIB_LIBS) $(zlib_dep)
115107
libmono_profiler_log_la_LDFLAGS = $(prof_ldflags)

0 commit comments

Comments
 (0)