Remove crypto/aes/aes_x86core.c because it's dead code - #31424
andrewkdinh wants to merge 1 commit into
Conversation
esyr
left a comment
There was a problem hiding this comment.
So, it was introduced in commit 9c62bca "Prepare playground for AES experimental code." exclusively in debug-linux-ia32-aes config (which hasn't received much love since, especially after 2010, and eventually got removed in commit 6e1ba47 "Move cpuid_asm_src file information to build.info files"). I guess the file can be safely removed.
As a side note, clang-format made aes_core.c significantly more ugly, all hail terrible useless tooling.
|
This pull request is ready to merge |
Opened #31446 to deal with the staircase issue |
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:43:39 2026 (Merged from #31424)
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:45:39 2026 (Merged from #31424)
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:46:55 2026 (Merged from #31424)
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:46:16 2026 (Merged from #31424)
|
Merged to all active branches. Thank you! |
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:47:22 2026 (Merged from #31424)
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:47:50 2026 (Merged from #31424)
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:43:39 2026 (Merged from openssl#31424)
Reviewed-by: Milan Broz <[email protected]> Reviewed-by: Bob Beck <[email protected]> Reviewed-by: Eugene Syromiatnikov <[email protected]> Reviewed-by: Nikola Pajkovsky <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Wed Jun 10 12:43:39 2026 (Merged from openssl#31424)

$ grep --recursive --exclude-dir=.git 'aes_x86core.c' . $Fixes #31117 (no issues with the code if there's no code at all 😅)