Remove unused smgrdounlinkfork() function.

Fujii Masao <fujii@postgresql.org>

Commit: 33a94bae605edf3ceda6751916f0b1af3e88630a
Author: Fujii Masao <fujii@postgresql.org>
Date: 2019-09-18T12:05:33Z
Releases: 13.0
Remove unused smgrdounlinkfork() function.

smgrdounlinkfork() became dead code as the result of commit ece01aae47,
but it was left in place just in case we want it someday. However no users
have appeared in 7 years, so it's time to remove this unused function.

Author: Kirk Jamison
Discussion: https://www.postgresql.org/message-id/D09B13F772D2274BB348A310EE3027C64E2067@g01jpexmbkw24

Files

PathChange+/−
src/backend/storage/smgr/smgr.c modified +0 −55
src/include/storage/smgr.h modified +0 −1

Discussion