diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-03-10 01:47:12 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-03-10 01:47:12 +0000 |
commit | b84c24092eb5bc9886a092f6570136e3333274db (patch) | |
tree | e3a8dbef09350a294a02102feceebbac277ad847 /source3/torture | |
parent | 34623e023acb8294cf7198b93d50cca473f11907 (diff) | |
download | samba-b84c24092eb5bc9886a092f6570136e3333274db.tar.gz samba-b84c24092eb5bc9886a092f6570136e3333274db.tar.bz2 samba-b84c24092eb5bc9886a092f6570136e3333274db.zip |
remove an unused variable
(This used to be commit 9c44ad4e42892be8fc99998fd53c3027353c0d1b)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |