diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-07-13 14:54:51 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-07-13 14:54:51 -0700 |
| commit | b59f04f843a0518f820d713f96f97101ac915caa (patch) | |
| tree | f94228b2a3dd20d7bdd4e0c125a64b4b2491b444 | |
| parent | 8da79e7250b28e22669574a354359acc7e201684 (diff) | |
| parent | 14deb585fb9bd98521ceb189a2d2dcdae9f44606 (diff) | |
| download | git-b59f04f843a0518f820d713f96f97101ac915caa.tar.gz | |
Merge branch 'tb/pack-objects-remove-pahole-comment'
Comment fix.
* tb/pack-objects-remove-pahole-comment:
pack-objects.h: remove outdated pahole results
| -rw-r--r-- | pack-objects.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pack-objects.h b/pack-objects.h index 393b9db546..579476687c 100644 --- a/pack-objects.h +++ b/pack-objects.h @@ -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 { |
