Commit 172041b1 authored by bnc's avatar bnc Committed by Commit bot

Remove unused variable declaration.

Remove declaration of FLAGS_use_http2_frame_decoder_adapter from spdy_flags.h
which is never used in the codebase, see [1].  Instead,
FLAGS_chromium_http2_flag_spdy_use_http2_frame_decoder_adapter is used
everywhere.

[1] https://cs.chromium.org/search/?q=FLAGS_use_http2_frame_decoder_adapter&ssfr=1&type=cs

Review-Url: https://codereview.chromium.org/2758523002
Cr-Commit-Position: refs/heads/master@{#457529}
parent 21fe8132
......@@ -13,7 +13,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_chromium_http2_flag_log_compressed_size;
NET_EXPORT_PRIVATE extern bool FLAGS_chromium_http2_flag_remove_rewritelength;
NET_EXPORT_PRIVATE extern bool
FLAGS_chromium_http2_flag_spdy_use_hpack_decoder3;
NET_EXPORT_PRIVATE extern bool FLAGS_use_http2_frame_decoder_adapter;
NET_EXPORT_PRIVATE extern bool FLAGS_use_nested_spdy_framer_decoder;
NET_EXPORT_PRIVATE extern bool
FLAGS_chromium_http2_flag_spdy_use_http2_frame_decoder_adapter;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment