]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-objects.h
l10n: zh_CN v2.38.0 rounds 1 & 2
[thirdparty/git.git] / pack-objects.h
index 393b9db546433d71de6f821a58d2a58a9ebc5ecb..579476687c4f7123c7861cde595a1ce94f87ae1f 100644 (file)
@@ -116,16 +116,6 @@ struct object_entry {
        unsigned dfs_state:OE_DFS_STATE_BITS;
        unsigned depth:OE_DEPTH_BITS;
        unsigned ext_base:1; /* delta_idx points outside packlist */
-
-       /*
-        * pahole results on 64-bit linux (gcc and clang)
-        *
-        *   size: 80, bit_padding: 9 bits
-        *
-        * and on 32-bit (gcc)
-        *
-        *   size: 76, bit_padding: 9 bits
-        */
 };
 
 struct packing_data {