Skip to content

Commit d730a36

Browse files
committed
rebase
1 parent f48ba0d commit d730a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ private ComputeEngineCredentials(ComputeEngineCredentials.Builder builder) {
139139
getFromServiceLoader(HttpTransportFactory.class, OAuth2Utils.HTTP_TRANSPORT_FACTORY));
140140
this.transportFactoryClassName = this.transportFactory.getClass().getName();
141141

142-
Collection<String> scopes = builder.getScopes();
143142
// Use defaultScopes only when scopes don't exist.
144143
Collection<String> scopesToUse = builder.scopes;
145144
if (scopesToUse == null || scopesToUse.isEmpty()) {

0 commit comments

Comments
 (0)