s3:idmap_tdb2: remove legacy comment (cherry picked from commit 4b5ada3d27198b49771ac...
[obnox/samba-ctdb.git] / source3 / winbindd / idmap_tdb2.c
index a0252f84d9a25d0a9f6838393f624175695bc622..f0c6fc0418885e7fa9ad91906cd64e74b248c265 100644 (file)
@@ -601,8 +601,6 @@ static NTSTATUS idmap_tdb2_id_to_sid(struct idmap_domain *dom, struct id_map *ma
                }
 
                ret = idmap_tdb2_script(ctx, map, "IDTOSID %s", keystr);
-
-               /* store it on shared storage */
                if (!NT_STATUS_IS_OK(ret)) {
                        goto done;
                }