Remove unused smgrdounlinkfork() function.
authorFujii Masao <fujii@postgresql.org>
Wed, 18 Sep 2019 12:05:33 +0000 (21:05 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 18 Sep 2019 12:05:33 +0000 (21:05 +0900)
commit33a94bae605edf3ceda6751916f0b1af3e88630a
treedd7a5074d348eb7589889d19402c0dd9729d3834
parentf9f2fda79658cc8f898c6fa7ba6da9a1f394cdee
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
src/backend/storage/smgr/smgr.c
src/include/storage/smgr.h