Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/commit-h-single-parent-cleanup'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 24 Aug 2017 17:20:03 +0000
(10:20 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 24 Aug 2017 17:20:03 +0000
(10:20 -0700)
Code clean-up.
* rs/commit-h-single-parent-cleanup:
commit: remove unused inline function single_parent()
commit.h
patch
|
blob
|
history
raw
(from parent 1:
d33a433
)
diff --git
a/commit.h
b/commit.h
index 6d857f06c16c0dfc3a447355d9a185b416e4e664..1283d2a51fdab6d63c75bcdf62adfef3bd2564ba 100644
(file)
--- a/
commit.h
+++ b/
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 {