s3/rpc_client: Remove stray unnecessary comment
authorNoel Power <noel.power@suse.com>
Wed, 10 Jan 2024 10:59:23 +0000 (10:59 +0000)
committerNoel Power <npower@samba.org>
Tue, 30 Jan 2024 16:21:35 +0000 (16:21 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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;