Remove unused function prototype
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 19 Apr 2024 07:58:04 +0000 (09:58 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 19 Apr 2024 07:58:04 +0000 (09:58 +0200)
commitf6e845133630fe08acf7ad640f6d8443f13b134a
treebc3dbf677a5ff51e43e4f3605b92c17b4ef47006
parent9c58bf1507bee00b8cda837a232401fec21e6873
Remove unused function prototype

Commit aafc05de1bf5 removed StartSlotSyncWorker() but mistakenly left
the prototype in slotsync.h.  Fix by removing.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se
src/include/replication/slotsync.h