summaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-30 13:13:38 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-30 13:13:38 +0200
commit0b726701f3d3c5a3a596b53d8db0b7a4b4032dfb (patch)
treee83881767c39302b2c1c7298eb02f4f29f0b2530 /src/tree.c
parentcd2ed9f0cc9d8e0e1724304e946adb28271e0669 (diff)
downloadlibgit2-0b726701f3d3c5a3a596b53d8db0b7a4b4032dfb.tar.gz
object: Explicitly define helper API methods for all obj types
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tree.c b/src/tree.c
index 0a94aec10..79cbcffcb 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -11,8 +11,6 @@
#include "git2/repository.h"
#include "git2/object.h"
-GIT_OBJECT__TYPED_FUNCTIONS(git_tree, GIT_OBJ_TREE)
-
#define DEFAULT_TREE_SIZE 16
#define MAX_FILEMODE_BYTES 6