summaryrefslogtreecommitdiff
path: root/src/blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blob.c')
-rw-r--r--src/blob.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blob.c b/src/blob.c
index 25ea0df30..a68c4cc3e 100644
--- a/src/blob.c
+++ b/src/blob.c
@@ -15,8 +15,6 @@
#include "filter.h"
#include "buf_text.h"
-GIT_OBJECT__TYPED_FUNCTIONS(git_blob, GIT_OBJ_BLOB)
-
const void *git_blob_rawcontent(const git_blob *blob)
{
assert(blob);