diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h index 60e1d1115..ae4f06d65 100644 --- a/src/commit.h +++ b/src/commit.h @@ -23,7 +23,6 @@ typedef struct git_commit_parents { struct git_commit { git_repository_object object; - git_obj odb_object; time_t commit_time; git_commit_parents *parents; |