Remove unused function prototype

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: f6e845133630fe08acf7ad640f6d8443f13b134a
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-04-19T07:58:04Z
Releases: 17.0
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

Files

PathChange+/−
src/include/replication/slotsync.h modified +0 −1

Discussion