mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Migrate and remove more from gb.h
This commit is contained in:
@@ -136,8 +136,6 @@ struct lbModule {
|
||||
struct lbGenerator {
|
||||
CheckerInfo *info;
|
||||
|
||||
gbMutex mutex;
|
||||
|
||||
Array<String> output_object_paths;
|
||||
Array<String> output_temp_paths;
|
||||
String output_base;
|
||||
@@ -148,8 +146,8 @@ struct lbGenerator {
|
||||
|
||||
Map<lbProcedure *> anonymous_proc_lits; // Key: Ast *
|
||||
|
||||
gbAtomic32 global_array_index;
|
||||
gbAtomic32 global_generated_index;
|
||||
std::atomic<u32> global_array_index;
|
||||
std::atomic<u32> global_generated_index;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user