On a Friday in 2022, Michal Privoznik wrote:
The virStorageSourceParseRBDColonString() function is declared in
src/storage_file/storage_source.h and
src/storage_file/storage_source_backingstore.h but implemented
only in the .c that corresponds to the latter header file.
Therefore, drop declaration from storage_source.h as the function
is not implemented in its corresponding .c file.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/libxl/xen_xl.c | 1 +
src/storage_file/storage_source.h | 5 -----
src/storage_file/storage_source_backingstore.h | 3 ++-
3 files changed, 3 insertions(+), 6 deletions(-)
Leftover from: 2d29a3a9d86b5f95a859888283e6caa98593b1d2
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano