Merge pull request #45011 from tchaikov/librados/cleanup

include/rados/librados.h: drop duplicated function declaration

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
Ilya Dryomov 2022-02-15 00:16:14 +01:00 committed by GitHub
commit a3e632a322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3996,12 +3996,6 @@ CEPH_RADOS_API int rados_pg_command(rados_t cluster, const char *pgstr,
char **outbuf, size_t *outbuflen,
char **outs, size_t *outslen);
CEPH_RADOS_API int rados_mgr_command(rados_t cluster,
const char **cmd, size_t cmdlen,
const char *inbuf, size_t inbuflen,
char **outbuf, size_t *outbuflen,
char **outs, size_t *outslen);
/*
* This is not a doxygen comment leadin, because doxygen breaks on
* a typedef with function params and returns, and I can't figure out