summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-03 23:09:54 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-22 16:50:50 +0200
commitcf7850a4f70a1153ed640744750391d99000d546 (patch)
treed17ecf605d0ef52e55cbfbbaf3f3fb17263d013d /src/object.h
parent8842c75f172ed94be4ad11521d4083e97d740785 (diff)
downloadlibgit2-cf7850a4f70a1153ed640744750391d99000d546.tar.gz
Duplicated type object
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object.h b/src/object.h
index c1e50593c..d187c55b7 100644
--- a/src/object.h
+++ b/src/object.h
@@ -11,7 +11,6 @@
struct git_object {
git_cached_obj cached;
git_repository *repo;
- git_otype type;
};
/* fully free the object; internal method, DO NOT EXPORT */