/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Re-fix clear_commit_marks().
[git/git.git]
/
object.h
diff --git
a/object.h
b/object.h
index
d8a76ea
..
e0125e1
100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-84,6
+84,4
@@
int object_list_contains(struct object_list *list, struct object *obj);
/* Object array handling .. */
void add_object_array(struct object *obj, const char *name, struct object_array *array);
-void clear_object_marks(unsigned);
-
#endif /* OBJECT_H */