Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/SOS/Strike/gcroot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include "sos.h"
#include "disasm.h"
#include "gcdesc.h"
#include "safemath.h"

inline size_t ALIGN_DOWN( size_t val, size_t alignment )
Expand Down
1 change: 0 additions & 1 deletion src/SOS/Strike/sos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "strike.h"
#include "util.h"
#include "sos.h"
#include "gcdesc.h"

namespace sos
{
Expand Down
2 changes: 0 additions & 2 deletions src/SOS/Strike/sos.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#endif

class LinearReadCache;
class CGCDesc;
class CGCDescSeries;

namespace sos
{
Expand Down
3 changes: 1 addition & 2 deletions src/shared/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ runtime/src/coreclr/debug/inc/runtimeinfo.h -> diagnostics/src/share
runtime/src/coreclr/gcdump -> diagnostics/src/shared/gcdump
runtime/src/coreclr/gcinfo/gcinfodumper.cpp -> diagnostics/src/shared/gcinfo/gcinfodumper.cpp
runtime/src/coreclr/vm/gcinfodecoder.cpp -> diagnostics/src/shared/vm/gcinfodecoder.cpp
runtime/src/coreclr/gc/gcdesc.h -> diagnostics/src/shared/gc/gcdesc.h
runtime/src/coreclr/dlls/mscorrc/resource.h -> diagnostics/src/shared/dlls/mscorrc/resource.h
runtime/src/coreclr/hosts/inc/coreclrhost.h -> diagnostics/src/shared/hosts/inc/coreclrhost.h
runtime/src/coreclr/minipal -> diagnostics/src/shared/minipal
Expand All @@ -35,7 +34,7 @@ diagnostics/src/shared/pal/src/configure.cmake
diagnostics/src/shared/pal/src/config.h.in
diagnostics/eng/native/tryrun.cmake

There are a lot of include and source files that need to be carefully merged from the runtime because
There are a lot of include and source files that need to be carefully merged from the runtime because
there is functions that the diagnostics repo doesn't need (i.e. Mutexes) and functions that were removed
from the runtime PAL that the diagnostics repo needs (i.e. RemoveDirectoryA).

Expand Down
269 changes: 0 additions & 269 deletions src/shared/gc/gcdesc.h

This file was deleted.