Skip to content

Commit fc007af

Browse files
committed
Merge branch 'tb/pack-objects-remove-pahole-comment' into maint
Comment fix. source: <1379af2e9d271b501ef3942398e7f159a9c77973.1656440978.git.me@ttaylorr.com> * tb/pack-objects-remove-pahole-comment: pack-objects.h: remove outdated pahole results
2 parents 7c96fbc + 14deb58 commit fc007af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pack-objects.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ struct object_entry {
116116
unsigned dfs_state:OE_DFS_STATE_BITS;
117117
unsigned depth:OE_DEPTH_BITS;
118118
unsigned ext_base:1; /* delta_idx points outside packlist */
119-
120-
/*
121-
* pahole results on 64-bit linux (gcc and clang)
122-
*
123-
* size: 80, bit_padding: 9 bits
124-
*
125-
* and on 32-bit (gcc)
126-
*
127-
* size: 76, bit_padding: 9 bits
128-
*/
129119
};
130120

131121
struct packing_data {

0 commit comments

Comments
 (0)