Re: [PATCH 07/12] crypto: drop used conditional check

2021-05-11 Thread Richard Henderson
On 5/11/21 8:26 AM, Daniel P. Berrangé wrote: The condition being tested has never been set since the day the code was first introduced. Signed-off-by: Daniel P. Berrangé --- crypto/tlscredsx509.c | 2 -- 1 file changed, 2 deletions(-) Reviewed-by: Richard Henderson r~

Re: [PATCH 07/12] crypto: drop used conditional check

2021-05-11 Thread Willian Rampazzo
On Tue, May 11, 2021 at 10:28 AM Daniel P. Berrangé wrote: > > The condition being tested has never been set since the day the code was > first introduced. > > Signed-off-by: Daniel P. Berrangé > --- > crypto/tlscredsx509.c | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Willian Rampazz