mirror of https://github.com/google/oss-fuzz.git
remove reference to removed interface (#5460)
This commit is contained in:
parent
c0d989a5f4
commit
cf48c3cf0f
|
@ -48,7 +48,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
buffer *ptmp = buffer_init();
|
||||
run_burl_normalize(psrc, ptmp, flags, __LINE__, new_str, size);
|
||||
buffer_urldecode_path(psrc);
|
||||
buffer_urldecode_query(psrc);
|
||||
|
||||
buffer_free(psrc);
|
||||
buffer_free(ptmp);
|
||||
|
|
Loading…
Reference in New Issue