summaryrefslogtreecommitdiff
path: root/src/pack-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pack-objects.h')
-rw-r--r--src/pack-objects.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pack-objects.h b/src/pack-objects.h
index e34cc2754..70ee72ce9 100644
--- a/src/pack-objects.h
+++ b/src/pack-objects.h
@@ -82,7 +82,6 @@ struct git_packbuilder {
bool done;
};
-int git_packbuilder_send(git_packbuilder *pb, gitno_socket *s);
int git_packbuilder_write_buf(git_buf *buf, git_packbuilder *pb);
#endif /* INCLUDE_pack_objects_h__ */