Remove fallback declaration for tas().
The last definition of tas() in s_lock.c was removed in commit
718aa43a4e, and the last tas.s file was removed in commit
25f36066dd, so this is dead code.
Reviewed-by: Tristan Partin <tristan@partin.io>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>
Discussion: https://postgr.es/m/afkUeI7UhacZ5ZFm%40nathan
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2079be3311b1d0a717d70404a9b9492ec06cc3e2
Modified Files
--------------
src/backend/Makefile | 2 +-
src/backend/port/.gitignore | 1 -
src/backend/port/meson.build | 2 +-
src/backend/port/tas/dummy.s | 0
src/include/storage/s_lock.h | 7 -------
5 files changed, 2 insertions(+), 10 deletions(-)