From: Noel Power Date: Wed, 10 Jan 2024 10:59:23 +0000 (+0000) Subject: s3/rpc_client: Remove stray unnecessary comment X-Git-Tag: tdb-1.4.11~1840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa60ff3105ac80ffff6d2a5d82dd0615ddb7578;p=thirdparty%2Fsamba.git s3/rpc_client: Remove stray unnecessary comment Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source3/rpc_client/wsp_cli.c b/source3/rpc_client/wsp_cli.c index 450bd2525e0..7fd221dd731 100644 --- a/source3/rpc_client/wsp_cli.c +++ b/source3/rpc_client/wsp_cli.c @@ -905,8 +905,7 @@ static enum ndr_err_code extract_variant_addresses(TALLOC_CTX *ctx, uint64_t offset, DATA_BLOB *rows_buf, uint64_t *pcount, - uint64_t **pvec_address/*, - struct wsp_cbasestoragevariant ***variant_array*/) + uint64_t **pvec_address) { bool is_vector = tablevar->vtype & VT_VECTOR; uint64_t count;