Even more missing static

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2007-06-08 02:54:57 -07:00
parent fcd056a6d2
commit 16befb8b7f
9 changed files with 6 additions and 32 deletions

View File

@ -73,8 +73,6 @@ struct commit *pop_commit(struct commit_list **stack);
void clear_commit_marks(struct commit *commit, unsigned int mark);
int count_parents(struct commit * commit);
/*
* Performs an in-place topological sort of list supplied.
*