Commit 13a1781
wt-status: drop unused status parameter
The v2_fix_up_changed() function doesn't actually need to see the
wt_status struct. It's possible that could change in the future, but
this is a static-local function with one caller. It would be easy to
read-add it back then. Let's drop the unused parameter.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 7bd9631 commit 13a1781
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2045 | 2045 | | |
2046 | 2046 | | |
2047 | 2047 | | |
2048 | | - | |
2049 | | - | |
2050 | | - | |
| 2048 | + | |
2051 | 2049 | | |
2052 | 2050 | | |
2053 | 2051 | | |
| |||
2107 | 2105 | | |
2108 | 2106 | | |
2109 | 2107 | | |
2110 | | - | |
| 2108 | + | |
2111 | 2109 | | |
2112 | 2110 | | |
2113 | 2111 | | |
| |||
0 commit comments