summaryrefslogtreecommitdiff
path: root/src/git/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/common.h')
-rw-r--r--src/git/common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/git/common.h b/src/git/common.h
index cb1684863..0a7de41ea 100644
--- a/src/git/common.h
+++ b/src/git/common.h
@@ -113,16 +113,6 @@
GIT_BEGIN_DECL
-/**
- * Representation of an existing git repository,
- * including all its object contents
- */
-typedef struct git_repository git_repository;
-
-/** Representation of a generic object in a repository */
-typedef struct git_object git_object;
-
-
/** Parsed representation of a person */
typedef struct git_person git_person;