Commit f02a0c1
committed
line-log: make range_set_append() static
The underlying function range_set_append_unsafe() has a direct
external caller in builtin/blame.c but this apparently "safer"
variant has earned no external callers since its inception.
Make it file-scope static.
Signed-off-by: Junio C Hamano <[email protected]>1 parent 4450ef0 commit f02a0c1
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments