diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-20 05:56:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:13 -0500 |
commit | 4194a55726ebd04902e820b811f71dfb38ad01a2 (patch) | |
tree | 2b4dcc96c9c6a86df9c7bbce70081cb54b4c7e4d | |
parent | b4a6a14017db935b4b3cb435ca36f1b7fbeaff89 (diff) | |
download | samba-4194a55726ebd04902e820b811f71dfb38ad01a2.tar.gz samba-4194a55726ebd04902e820b811f71dfb38ad01a2.tar.bz2 samba-4194a55726ebd04902e820b811f71dfb38ad01a2.zip |
r22396: remove unused vars
metze
(This used to be commit ff3ad7e5db64a27ec95475c40be094c7d69ae008)
-rw-r--r-- | source4/torture/rpc/dssync.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 3d9accf4fe..d4afdf8e58 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -747,11 +747,7 @@ static BOOL test_FetchNT4Data(struct DsSyncTest *ctx) { NTSTATUS status; BOOL ret = True; - int i, y = 0; - uint64_t highest_usn = 0; - const char *partition = NULL; struct drsuapi_DsGetNT4ChangeLog r; - int32_t out_level = 0; struct GUID null_guid; struct dom_sid null_sid; DATA_BLOB cookie; |