Deprecate gfe2_reloadable_flag_quic_fix_willing_and_able_to_write.

PiperOrigin-RevId: 319786456
Change-Id: I1cc993d6ad09efdb0d77c9558303ed0e694de965
diff --git a/quic/core/http/quic_spdy_session_test.cc b/quic/core/http/quic_spdy_session_test.cc
index 20cc430..dd7068f 100644
--- a/quic/core/http/quic_spdy_session_test.cc
+++ b/quic/core/http/quic_spdy_session_test.cc
@@ -3003,11 +3003,7 @@
       QuicSpdySessionPeer::GetSendControlStream(&session_);
   // Mark send_control stream write blocked.
   session_.MarkConnectionLevelWriteBlocked(send_control_stream->id());
-  if (GetQuicReloadableFlag(quic_fix_willing_and_able_to_write)) {
-    EXPECT_FALSE(session_.WillingAndAbleToWrite());
-  } else {
-    EXPECT_TRUE(session_.WillingAndAbleToWrite());
-  }
+  EXPECT_FALSE(session_.WillingAndAbleToWrite());
 }
 
 TEST_P(QuicSpdySessionTestServer, PeerClosesCriticalSendStream) {