mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8259385: Cleanup unused assignment
Reviewed-by: attila
This commit is contained in:
parent
9154f64349
commit
b72de3c5fc
18 changed files with 70 additions and 79 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue