aboutsummaryrefslogtreecommitdiff
path: root/projects/libchewing/chewing_fuzzer_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libchewing/chewing_fuzzer_common.h')
-rw-r--r--projects/libchewing/chewing_fuzzer_common.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/projects/libchewing/chewing_fuzzer_common.h b/projects/libchewing/chewing_fuzzer_common.h
deleted file mode 100644
index 5032d655c..000000000
--- a/projects/libchewing/chewing_fuzzer_common.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef CHEWING_FUZZER_COMMON_H
-#define CHEWING_FUZZER_COMMON_H
-
-#include <stddef.h>
-#include <stdint.h>
-
-const uint8_t* fuzz_ptr;
-const uint8_t* fuzz_input;
-size_t fuzz_size;
-
-int stress_main(int argc, char** argv);
-
-#endif