Commit 88cf274
committed
date.c: make parse_date_basic() file-scope static
When we dropped vcs-svn experiment at fc47391 (drop vcs-svn
experiment, 2020-08-13), we lost the last and the only caller
of parse_date_basic().
We still internally make calls to it as we have always done. Make
it file-scope static.
Signed-off-by: Junio C Hamano <[email protected]>1 parent 85a2fef commit 88cf274
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
877 | | - | |
| 877 | + | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments