Skip to content

Commit

Permalink
[mono] Remove coree/mixed-mode support (#93153)
Browse files Browse the repository at this point in the history
We never updated our mixed-mode support from legacy mono to modern dotnet and as far as I know we also don't plan to.

This is mainly used for C++/CLI and CoreCLR got support with #10333, but it doesn't make sense for mono's scenarios.
  • Loading branch information
akoeplinger authored Oct 9, 2023
1 parent d3a782e commit 4001e07
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 3,264 deletions.
3 changes: 0 additions & 3 deletions src/mono/mono/metadata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ set(metadata_common_sources
cominterop.h
components.h
components.c
coree.c
coree.h
coree-internals.h
debug-helpers.c
debug-mono-symfile.c
debug-mono-ppdb.h
Expand Down
1 change: 0 additions & 1 deletion src/mono/mono/metadata/assembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <mono/utils/mono-path.h>
#include <mono/utils/mono-proclib.h>
#include <mono/metadata/reflection.h>
#include <mono/metadata/coree.h>
#include <mono/metadata/cil-coff.h>
#include <mono/utils/atomic.h>
#include <mono/utils/mono-os-mutex.h>
Expand Down
45 changes: 0 additions & 45 deletions src/mono/mono/metadata/coree-internals.h

This file was deleted.

Loading

0 comments on commit 4001e07

Please sign in to comment.