mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8275918: Remove unused local variables in java.base security code
Reviewed-by: weijun
This commit is contained in:
parent
b9ae77906e
commit
54c9de26ab
13 changed files with 14 additions and 31 deletions
|
@ -945,7 +945,6 @@ public final class KeychainStore extends KeyStoreSpi {
|
|||
byte[] safeContentsData;
|
||||
ContentInfo safeContents;
|
||||
DerInputStream sci;
|
||||
byte[] eAlgId = null;
|
||||
|
||||
sci = new DerInputStream(safeContentsArray[i].toByteArray());
|
||||
safeContents = new ContentInfo(sci);
|
||||
|
@ -984,7 +983,6 @@ public final class KeychainStore extends KeyStoreSpi {
|
|||
ObjectIdentifier bagId;
|
||||
DerInputStream sbi;
|
||||
DerValue bagValue;
|
||||
Object bagItem = null;
|
||||
|
||||
sbi = safeBags[i].toDerInputStream();
|
||||
bagId = sbi.getOID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue