remove reference to removed interface (#5460)

This commit is contained in:
Glenn Strauss 2021-03-21 21:57:16 -04:00 committed by GitHub
parent c0d989a5f4
commit cf48c3cf0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);