diff options
Diffstat (limited to 'net/quic/quic_session.h')
-rw-r--r-- | net/quic/quic_session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h index d23b684..b9ce0de5 100644 --- a/net/quic/quic_session.h +++ b/net/quic/quic_session.h @@ -175,8 +175,6 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface { return connection_->connection_id(); } - QuicPacketCreator::Options* options() { return connection()->options(); } - // Returns the number of currently open streams, including those which have // been implicitly created, but excluding the reserved headers and crypto // streams. |