mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
Merge branch 'rs/commit-h-single-parent-cleanup' into maint
Code clean-up. * rs/commit-h-single-parent-cleanup: commit: remove unused inline function single_parent()
This commit is contained in:
commit
02a19e9a48
5
commit.h
5
commit.h
@ -313,11 +313,6 @@ extern int interactive_add(int argc, const char **argv, const char *prefix, int
|
||||
extern int run_add_interactive(const char *revision, const char *patch_mode,
|
||||
const struct pathspec *pathspec);
|
||||
|
||||
static inline int single_parent(struct commit *commit)
|
||||
{
|
||||
return commit->parents && !commit->parents->next;
|
||||
}
|
||||
|
||||
struct commit_list *reduce_heads(struct commit_list *heads);
|
||||
|
||||
struct commit_extra_header {
|
||||
|
Loading…
Reference in New Issue
Block a user