From 921faa5bf79a81bb5fdc0be280237fad4d8813bf Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 12 Aug 2005 21:43:07 +0000 Subject: r9277: Another unused variable. Bugzilla #2985. (This used to be commit 5e91d6450b320bb4585169c6805f292f855492a9) --- source3/utils/profiles.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index b718770ba3..bada6578b2 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -530,7 +530,6 @@ int main(int argc, char *argv[]) SK_HDR *sk_hdr; DWORD first_sk_off, sk_off; MY_SEC_DESC *sec_desc; - int *ptr; struct poptOption long_options[] = { POPT_AUTOHELP { "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "Sets verbose mode" }, @@ -694,7 +693,6 @@ int main(int argc, char *argv[]) (0x1000 + sk_off + 4)); exit(8); } - ptr = (int *)sk_hdr; if (verbose) fprintf(stdout, "Off: %08X, Refs: %u, Size: %u\n", sk_off, IVAL(&sk_hdr->ref_cnt, 0), IVAL(&sk_hdr->rec_size, 0)); -- cgit