Refactor: libpacemaker: Mark an unused parameter for deletion.
There's no way to mark just a parameter as deprecated, and this is a
public function so we can't just remove it. So for now, the best we can
do is leave a note to ourselves to deal with it later.