1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"

This commit is contained in:
Matthias Dieter Wallnöfer 2010-11-29 14:45:33 +01:00
parent 7fb9087e64
commit 87b887f48f
4 changed files with 0 additions and 10 deletions

View File

@ -1360,8 +1360,6 @@ static bool run_iometer(struct torture_context *tctx,
smbcli_errstr(cli->tree)));
}
}
return true;
}
/**

View File

@ -289,8 +289,6 @@ bool torture_holdopen(struct torture_context *tctx,
fflush(stdout);
sleep(15);
}
return true;
}
/*

View File

@ -243,8 +243,5 @@ bool torture_ping_pong(struct torture_context *torture)
}
loops++;
}
talloc_free(mem_ctx);
return true;
}

View File

@ -135,9 +135,6 @@ static bool children_remain(void)
return errno == ECHILD ? false : true;
}
}
/* notreached */
return false;
}
static double rate_convert_secs(unsigned count,