| commit | 177d33de980ebb1b5e0d3553338d5f7df5059739 | [log] [tgz] |
|---|---|---|
| author | QUICHE team <quiche-dev@google.com> | Tue Mar 18 09:15:53 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 18 09:17:42 2025 -0700 |
| tree | e42d9e1b747c49ef7b488e25b2d0feeaca40945b | |
| parent | 72996e8557edb25d81d5e7cd79a86fa75ed8ad44 [diff] |
Resolve the following technical debt issues: misc-unused-using-decls
CL generated via Upkeep (go/upkeep).
#upkeep #autofix #codehealth #cleanup
Tested:
Local presubmit tests passed.
PiperOrigin-RevId: 738030989
diff --git a/quiche/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc b/quiche/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc index a54c511..5df6d42 100644 --- a/quiche/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc +++ b/quiche/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc
@@ -18,7 +18,6 @@ using ::testing::AssertionResult; using ::testing::AssertionSuccess; -using ::testing::HasSubstr; namespace http2 { namespace test {
diff --git a/quiche/http2/hpack/decoder/hpack_whole_entry_buffer_test.cc b/quiche/http2/hpack/decoder/hpack_whole_entry_buffer_test.cc index b1d3907..39d4e39 100644 --- a/quiche/http2/hpack/decoder/hpack_whole_entry_buffer_test.cc +++ b/quiche/http2/hpack/decoder/hpack_whole_entry_buffer_test.cc
@@ -9,7 +9,6 @@ #include "quiche/common/platform/api/quiche_test.h" -using ::testing::_; using ::testing::AllOf; using ::testing::InSequence; using ::testing::Property;