Skip to content

Commit 1cff196

Browse files
committed
remove unused http2 setting
1 parent 739762d commit 1cff196

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver/src/main/java/oracle/nosql/driver/iam/InstancePrincipalsProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public class InstancePrincipalsProvider
5757
protected final SecurityTokenSupplier tokenSupplier;
5858
protected final DefaultSessionKeySupplier sessionKeySupplier;
5959
private final Region region;
60-
private boolean useHttp2 = false;
6160

6261
public InstancePrincipalsProvider(SecurityTokenSupplier tokenSupplier,
6362
SessionKeyPairSupplier keyPairSupplier,
@@ -73,7 +72,6 @@ public InstancePrincipalsProvider(SecurityTokenSupplier tokenSupplier,
7372
*/
7473
public void prepare(NoSQLHandleConfig config) {
7574
tokenSupplier.prepare(config);
76-
useHttp2 = config.useHttp2();
7775
}
7876

7977
public void close() {

0 commit comments

Comments
 (0)