summaryrefslogtreecommitdiff
path: root/src/refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/refs.h')
-rw-r--r--src/refs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/refs.h b/src/refs.h
index 33c1e6983..db0f5c4df 100644
--- a/src/refs.h
+++ b/src/refs.h
@@ -35,8 +35,6 @@
struct git_reference {
git_repository *owner;
char *name;
- unsigned int type;
- time_t mtime;
};
typedef struct {