gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_version_negotiated_by_default_at_server

PiperOrigin-RevId: 291734159
Change-Id: I2094fed9f68af22d377a1a30d1bd5e098ef7add1
diff --git a/quic/core/quic_session.cc b/quic/core/quic_session.cc
index 4ab9f6c..109a668 100644
--- a/quic/core/quic_session.cc
+++ b/quic/core/quic_session.cc
@@ -118,8 +118,7 @@
 
   // On the server side, version negotiation has been done by the dispatcher,
   // and the server session is created with the right version.
-  if (connection_->quic_version_negotiated_by_default_at_server() &&
-      perspective() == Perspective::IS_SERVER) {
+  if (perspective() == Perspective::IS_SERVER) {
     connection_->OnSuccessfulVersionNegotiation();
   }