Remove unused symbol __aarch64

John Naylor <john.naylor@postgresql.org>

Commit: 4112e39f70eed8d699ea5be7f5945a8970023d0d
Author: John Naylor <john.naylor@postgresql.org>
Date: 2022-08-25T06:37:40Z
Releases: 16.0
Remove unused symbol __aarch64

This was added as a possible variant of __aarch64__ back when 64-bit
ARM was vaporware. It hasn't shown up in the wild since then, so remove.

Nathan Bossart

Discussion: https://www.postgresql.org/message-id/CAFBsxsEN5nW3uRh%3Djrs-QexDrC1btu0ZfriD3FFfb%3D3J6tAngg%40mail.gmail.com

Files

PathChange+/−
src/include/port/atomics/arch-arm.h modified +2 −2
src/include/port/atomics.h modified +1 −2
src/include/storage/s_lock.h modified +4 −4

Discussion