mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
jq_fuzz_execute: cleanup un-needed extern
Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
committed by
Emanuele Torre
parent
252ab244ce
commit
bfb7fd570f
@ -1,10 +1,8 @@
|
||||
#include <fuzzer/FuzzedDataProvider.h>
|
||||
#include <string>
|
||||
|
||||
extern "C" {
|
||||
#include "jq.h"
|
||||
#include "jv.h"
|
||||
}
|
||||
|
||||
// Fuzzer inspired by /src/jq_test.c
|
||||
// The goal is to have the fuzzer execute the functions:
|
||||
|
Reference in New Issue
Block a user