forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete dead C/C++ code files (dotnet#42782)
Cleaned up some dead files, most of which are either not referenced anywhere or referencing each other but not part of the overall build plan. The search heuristic used is not leveraging build system, but instead lookup with multiple passes followed by manually excluding the files which are either part of third-party libraries (libunwind, rapidjson), a few shims cross-referencing libraries and coreclr or files that are included in CMakeLists via globbing patterns: * `src/coreclr/src/pal/prebuilt/idl/*.cpp` * `src/coreclr/src/unwinder/{ARCH}/unwinder_{ARCH}.cpp`
- Loading branch information
Showing
49 changed files
with
5 additions
and
7,133 deletions.
There are no files selected for viewing
124 changes: 0 additions & 124 deletions
124
src/coreclr/src/ToolBox/superpmi/superpmi-shared/registertablexarch.h
This file was deleted.
Oops, something went wrong.
140 changes: 0 additions & 140 deletions
140
src/coreclr/src/ToolBox/superpmi/superpmi/filecache.cpp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.