Remove corpus for dtls fuzzer

Using corpus from another component doesn't seems to work in chromium and blocks webrtc roll into chromium

Bug: None
No-Try: True
Change-Id: I12c460bd1823e929fcdcb6a8feb90e647bb92c39
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371661
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Auto-Submit: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43585}
This commit is contained in:
Danil Chapovalov 2024-12-16 12:59:16 +01:00 committed by WebRTC LUCI CQ
parent 7e9f0716f8
commit 6ef206aa1a

View File

@ -108,9 +108,6 @@ webrtc_fuzzer_test("dtls_utils_fuzzer") {
"../../api:array_view", "../../api:array_view",
"../../p2p:dtls_utils", "../../p2p:dtls_utils",
] ]
# Seed from boringssl DTLS corpus.
seed_corpus = "../../third_party/boringssl/src/fuzz/dtls_client_corpus"
} }
webrtc_fuzzer_test("vp8_qp_parser_fuzzer") { webrtc_fuzzer_test("vp8_qp_parser_fuzzer") {