Chromium Code Reviews| Index: net/quic/core/spdy_utils.h |
| diff --git a/net/quic/core/spdy_utils.h b/net/quic/core/spdy_utils.h |
| index cb11c93a62974229bcd78b8c693e6d6c30857f4f..724136af20e8216c40eebc1cf8644165c3d8e13f 100644 |
| --- a/net/quic/core/spdy_utils.h |
| +++ b/net/quic/core/spdy_utils.h |
| @@ -54,8 +54,6 @@ |
| static bool PopulateHeaderBlockFromUrl(const std::string url, |
| SpdyHeaderBlock* headers); |
| - static bool IsServerPushStream(QuicStreamId id) { return id % 2 == 0; } |
| - |
| private: |
| DISALLOW_COPY_AND_ASSIGN(SpdyUtils); |
| }; |