]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.c
Merge branch 'dd/notes-copy-default-dst-to-head'
[thirdparty/git.git] / refs.c
diff --git a/refs.c b/refs.c
index 2d3eb40f3974aa3eb129f02c8aae3ea49bc2f82c..1ab0bb54d3d73bfe17f0eab4cd02d760bb9a7d01 100644 (file)
--- a/refs.c
+++ b/refs.c
@@ -1772,7 +1772,7 @@ int resolve_gitlink_ref(const char *submodule, const char *refname,
 
 struct ref_store_hash_entry
 {
-       struct hashmap_entry ent; /* must be the first member! */
+       struct hashmap_entry ent;
 
        struct ref_store *refs;