Skip to content

Commit 0ff70f4

Browse files
committed
refs: remove "master" branch constant
We don't use "master" as a hardcoded default in as many places; remove the now unused master branch constant.
1 parent e3f065e commit 0ff70f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/refs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ extern bool git_reference__enable_symbolic_ref_target_validation;
4545
#define GIT_REBASE_APPLY_DIR "rebase-apply/"
4646
#define GIT_REBASE_APPLY_REBASING_FILE GIT_REBASE_APPLY_DIR "rebasing"
4747
#define GIT_REBASE_APPLY_APPLYING_FILE GIT_REBASE_APPLY_DIR "applying"
48-
#define GIT_REFS_HEADS_MASTER_FILE GIT_REFS_HEADS_DIR "master"
4948

5049
#define GIT_SEQUENCER_DIR "sequencer/"
5150
#define GIT_SEQUENCER_HEAD_FILE GIT_SEQUENCER_DIR "head"

0 commit comments

Comments
 (0)