Skip to content

Commit cba2eb3

Browse files
YousefSalamameta-codesync[bot]
authored andcommitted
remove PredecessorDependencies from RootDirectoryBranchClusterManifestId BonsaiDerivable impl
Summary: This is no longer part of `BonsaiDerivable` as it was moved to a separate trait. Reviewed By: lmvasquezg Differential Revision: D93488915 fbshipit-source-id: 662eb82606e063846b1fe6365388415e1f750fcd
1 parent e04f833 commit cba2eb3

File tree

1 file changed

+0
-1
lines changed
  • eden/mononoke/derived_data/directory_branch_cluster_manifest

1 file changed

+0
-1
lines changed

eden/mononoke/derived_data/directory_branch_cluster_manifest/mapping.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ impl BonsaiDerivable for RootDirectoryBranchClusterManifestId {
7777
const VARIANT: DerivableType = DerivableType::DirectoryBranchClusterManifest;
7878

7979
type Dependencies = dependencies![RootSkeletonManifestV2Id];
80-
type PredecessorDependencies = dependencies![];
8180

8281
async fn derive_single(
8382
ctx: &CoreContext,

0 commit comments

Comments
 (0)