move breakpad converter to async layer; eliminate task system

This commit is contained in:
Ryan Fleury
2024-11-01 15:18:40 -07:00
parent aded54c97f
commit 4164b30aac
9 changed files with 20 additions and 3263 deletions
File diff suppressed because it is too large Load Diff
-2
View File
@@ -24,7 +24,6 @@
#include "base/base_inc.h"
#include "os/os_inc.h"
#include "async/async.h"
// #include "task_system/task_system.h"
#include "rdi_make/rdi_make_local.h"
#include "coff/coff.h"
#include "codeview/codeview.h"
@@ -40,7 +39,6 @@
#include "base/base_inc.c"
#include "os/os_inc.c"
#include "async/async.c"
//#include "task_system/task_system.c"
#include "rdi_make/rdi_make_local.c"
#include "coff/coff.c"
#include "codeview/codeview.c"