summaryrefslogtreecommitdiff
path: root/src/git/commit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/commit.h')
-rw-r--r--src/git/commit.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/git/commit.h b/src/git/commit.h
index 8cb3e7d4c..a4e23d6af 100644
--- a/src/git/commit.h
+++ b/src/git/commit.h
@@ -40,14 +40,6 @@ GIT_BEGIN_DECL
/** Parsed representation of a commit object. */
typedef struct git_commit git_commit;
-#ifdef GIT__PRIVATE
-struct git_commit {
- git_oid id;
- time_t commit_time;
- unsigned parsed:1,
- flags:26;
-};
-#endif
/**
* Parse (or lookup) a commit from a revision pool.