Commit 85a2fef
committed
trace2: make tr2_dst_get_trace_fd() file-scope static
This function never had any external callers in its life, as it gets
accessed always via functions like tr2_dst_trace_write_line() and
tr2_dst_trace_want() that sit at higher level.
Make it file-scope static.
Signed-off-by: Junio C Hamano <[email protected]>1 parent 847a286 commit 85a2fef
2 files changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| |||
0 commit comments