mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -1103,7 +1103,7 @@ final class CertStatusExtension {
|
|||
public byte[] produce(ConnectionContext context,
|
||||
HandshakeMessage message) throws IOException {
|
||||
ServerHandshakeContext shc = (ServerHandshakeContext)context;
|
||||
byte[] producedData = null;
|
||||
byte[] producedData;
|
||||
|
||||
// Stapling needs to be active and have valid data to proceed
|
||||
if (shc.stapleParams == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue