8259385: Cleanup unused assignment

Reviewed-by: attila
This commit is contained in:
Xue-Lei Andrew Fan 2021-01-11 00:33:22 +00:00
parent 9154f64349
commit b72de3c5fc
18 changed files with 70 additions and 79 deletions

View file

@ -79,7 +79,7 @@ final class Finished {
VerifyDataScheme vds =
VerifyDataScheme.valueOf(context.negotiatedProtocol);
byte[] vd = null;
byte[] vd;
try {
vd = vds.createVerifyData(context, false);
} catch (IOException ioe) {