summaryrefslogtreecommitdiff
path: root/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'git.h')
-rw-r--r--git.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/git.h b/git.h
index 351b92d..dd770e2 100644
--- a/git.h
+++ b/git.h
@@ -5,17 +5,11 @@
#include <stdint.h>
#include <time.h>
-typedef struct git_repo git_repo;
typedef struct pull_request pull_request;
typedef struct file file;
typedef struct comment comment;
typedef struct git_branch git_branch;
-struct git_repo {
- git_repo *next;
- git_repository *repo;
-};
-
struct file {
char *name; /* Name of file. */
char *buf; /* Buffer containing contents of file. */