From b84c24092eb5bc9886a092f6570136e3333274db Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Mar 2002 01:47:12 +0000 Subject: remove an unused variable (This used to be commit 9c44ad4e42892be8fc99998fd53c3027353c0d1b) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 0d7b79dbb6..a0446a653a 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -2781,7 +2781,7 @@ static BOOL run_rename(int dummy) char *fname = "\\test.txt"; char *fname1 = "\\test1.txt"; BOOL correct = True; - int fnum1, fnum2; + int fnum1; printf("starting rename test\n"); -- cgit