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.
PAL unused functions cleanup (dotnet#1313)
* Remove some unused PAL functions * Remove SearchPathA * Remove most of the clr::fs stuff * Remove GetFileInformationByHandle * Remove CompareFileTime from public PAL surface * Remove GetLongPathName * Remove GetShortPathName * Remove some directory and file related functions Make some of the functions private, but keep them in PAL as too many PAL tests were using them and transforming those tests would be waste of time. * Remove non-existent PAL tests from the paltestlist.txt
- Loading branch information
Showing
128 changed files
with
166 additions
and
7,159 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,5 @@ | |
#define _clr_fs_h_ | ||
|
||
#include "fs/path.h" | ||
#include "fs/file.h" | ||
#include "fs/dir.h" | ||
|
||
#endif // _clr_fs_h_ |
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 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 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
Oops, something went wrong.