From 4a8564aff7d0cc22ea8facd967c27cdc18e2fac0 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 16 Jan 2023 19:23:13 +0000 Subject: Update threading.cpp to have helgrind annotations --- src/gb/gb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gb') diff --git a/src/gb/gb.h b/src/gb/gb.h index 90f2fd15a..bc4c1f27d 100644 --- a/src/gb/gb.h +++ b/src/gb/gb.h @@ -465,8 +465,6 @@ typedef i32 b32; // NOTE(bill): Prefer this!!! #if !defined(gb_thread_local) #if defined(_MSC_VER) && _MSC_VER >= 1300 #define gb_thread_local __declspec(thread) - #elif defined(__GNUC__) - #define gb_thread_local __thread #else #define gb_thread_local thread_local #endif -- cgit v1.2.3