File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments