aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-27 13:19:51 -0700
committerJunio C Hamano <gitster@pobox.com>2022-07-27 13:19:51 -0700
commitfc007af02739f31496fe489f653972f4294948f1 (patch)
treeb6dc08282cfcd45004cf778f5f4889cebb618349
parentMerge branch 'en/t6429-test-must-be-empty-fix' into maint (diff)
parentpack-objects.h: remove outdated pahole results (diff)
downloadgit-fc007af02739f31496fe489f653972f4294948f1.tar.gz
git-fc007af02739f31496fe489f653972f4294948f1.zip
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
-rw-r--r--pack-objects.h10
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 {