Skip to content

Commit 450a983

Browse files
authored
core: rm unused variable and method
1 parent 6611946 commit 450a983

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/main/java/io/grpc/internal/DelayedClientTransport.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ public final ClientStream newStream(
170170
}
171171
}
172172

173-
// TODO: API plumbing to enable retry.
174-
private boolean retryEnabled() {
175-
return false;
176-
}
177-
178173
/**
179174
* Caller must call {@code channelExecutor.drain()} outside of lock because this method may
180175
* schedule tasks on channelExecutor.
@@ -235,7 +230,6 @@ public void run() {
235230
public final void shutdownNow(Status status) {
236231
shutdown(status);
237232
Collection<PendingStream> savedPendingStreams;
238-
Collection<ClientStream> savedUncommittedRetriableStreams;
239233
Runnable savedReportTransportTerminated;
240234
synchronized (lock) {
241235
savedPendingStreams = pendingStreams;

0 commit comments

Comments
 (0)