forked from facebook/buck2
-
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.
Summary: Let's remove the old default backend for critical path. Currently, we have longest-path-graph backend (which stores potentials) almost everywhere in the codebase. We should use that one everywhere and there is no need for the default anymore since it has less functionality. Reviewed By: scottcao Differential Revision: D68267529 fbshipit-source-id: 61b09255f83b6d07a144b59b685216173aa3acfb
- Loading branch information
1 parent
3acdd83
commit ec9a292
Showing
6 changed files
with
7 additions
and
267 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 |
---|---|---|
|
@@ -8,6 +8,5 @@ | |
*/ | ||
|
||
pub(crate) mod backend; | ||
pub(crate) mod default; | ||
pub(crate) mod logging; | ||
pub(crate) mod longest_path_graph; |
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