Skip to content

Commit a62bc31

Browse files
pcloudsgitster
authored andcommitted
blame: remove obsolete comment
That "someday" in the comment happened two years later in b65982b (Optimize "diff-index --cached" using cache-tree - 2009-05-20) Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d4a3ff commit a62bc31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

builtin/blame.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,11 +2379,6 @@ static struct commit *fake_working_tree_commit(struct diff_options *opt,
23792379
ce->ce_mode = create_ce_mode(mode);
23802380
add_cache_entry(ce, ADD_CACHE_OK_TO_ADD|ADD_CACHE_OK_TO_REPLACE);
23812381

2382-
/*
2383-
* We are not going to write this out, so this does not matter
2384-
* right now, but someday we might optimize diff-index --cached
2385-
* with cache-tree information.
2386-
*/
23872382
cache_tree_invalidate_path(&the_index, path);
23882383

23892384
return commit;

0 commit comments

Comments
 (0)