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:
parent
7fb9087e64
commit
87b887f48f
@ -1360,8 +1360,6 @@ static bool run_iometer(struct torture_context *tctx,
|
||||
smbcli_errstr(cli->tree)));
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -289,8 +289,6 @@ bool torture_holdopen(struct torture_context *tctx,
|
||||
fflush(stdout);
|
||||
sleep(15);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -243,8 +243,5 @@ bool torture_ping_pong(struct torture_context *torture)
|
||||
}
|
||||
loops++;
|
||||
}
|
||||
|
||||
talloc_free(mem_ctx);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -135,9 +135,6 @@ static bool children_remain(void)
|
||||
return errno == ECHILD ? false : true;
|
||||
}
|
||||
}
|
||||
|
||||
/* notreached */
|
||||
return false;
|
||||
}
|
||||
|
||||
static double rate_convert_secs(unsigned count,
|
||||
|
Loading…
Reference in New Issue
Block a user