s3/rpc_client: Remove stray unnecessary comment
authorNoel Power <noel.power@suse.com>
Wed, 10 Jan 2024 10:59:23 +0000 (10:59 +0000)
committerJule Anger <janger@samba.org>
Mon, 26 Feb 2024 09:34:15 +0000 (09:34 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit efa60ff3105ac80ffff6d2a5d82dd0615ddb7578)

source3/rpc_client/wsp_cli.c

index 450bd2525e0ff9a89c2983bb9bb19ac4e01f4d20..7fd221dd73172481d995fbc403df07608cb27e4b 100644 (file)
@@ -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;