From d6f368a3f400fea3e89280262a8147e7ce5d855c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 22 Aug 2019 00:59:49 +0200 Subject: Move thread work from compiler/parser to thread_work file, fix use after free bug in multithreaded parser allocator --- include/defs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/defs.h') diff --git a/include/defs.h b/include/defs.h index 8cd9d39..c8db820 100644 --- a/include/defs.h +++ b/include/defs.h @@ -1,7 +1,6 @@ #ifndef AMALGAM_DEFS_H #define AMALGAM_DEFS_H -typedef struct ParserThreadData ParserThreadData; typedef struct amal_compiler amal_compiler; typedef struct Parser Parser; typedef struct Scope Scope; -- cgit v1.2.3