]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Documentation/RelNotes: fix a typo in 2.28's relnotes
[thirdparty/git.git] / commit.h
index 1b2dea5d85ebe52c8e5f32f1e5e26ff33e0c566c..e90153890954a458fa83671dea14b07a76621747 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -36,8 +36,6 @@ struct commit {
         * or get_commit_tree_oid().
         */
        struct tree *maybe_tree;
-       uint32_t graph_pos;
-       uint32_t generation;
        unsigned int index;
 };