Remove unused logger
This commit is contained in:
parent
8f31a5f02a
commit
d7bea0a6f6
1 changed files with 0 additions and 6 deletions
|
|
@ -1,12 +1,6 @@
|
|||
#include <cassert>
|
||||
#include "tree_sitter/runtime.h"
|
||||
|
||||
void test_log(void *payload, TSLogType type, const char *string) { }
|
||||
|
||||
TSLogger logger = {
|
||||
.log = test_log,
|
||||
};
|
||||
|
||||
extern "C" const TSLanguage *TS_LANG();
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue