aboutsummaryrefslogtreecommitdiff
path: root/git.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'git.h')
-rw-r--r--git.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/git.h b/git.h
index eca48d5..991eaa5 100644
--- a/git.h
+++ b/git.h
@@ -278,10 +278,6 @@ struct object {
};
-/** Returns the object, having parsed it to find out what it is. **/
-struct object *parse_object(const unsigned char *sha1);
-
-
/*
* from git:tree.h
*/