Skip to content

Commit 1e40db7

Browse files
committed
Clean up unused code.
1 parent 00f184e commit 1e40db7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/execution/indexer.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -508,11 +508,6 @@ pub async fn update_source_entry(
508508
}
509509
None => (None, None),
510510
};
511-
if value_builder.is_some() {
512-
Some(1)
513-
} else {
514-
None
515-
};
516511

517512
// Phase 2 (precommit): Update with the memoization info and stage target keys.
518513
let precommit_output = precommit_source_tracking_info(

0 commit comments

Comments
 (0)