mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
Remove unused THREAD_LOCAL macro.
This commit is contained in:
parent
852acd0e75
commit
a0a940f938
1 changed files with 0 additions and 8 deletions
|
@ -63,14 +63,6 @@ static_assert(sizeof(int64_t) == 8, "64 bits");
|
||||||
|
|
||||||
#define VEC2PTR(_x_) ((_x_).size() ? &(_x_)[0] : 0)
|
#define VEC2PTR(_x_) ((_x_).size() ? &(_x_)[0] : 0)
|
||||||
|
|
||||||
#ifdef _WINDOWS
|
|
||||||
// Disable thread local declspec as it seems to not work downlevel.
|
|
||||||
// #define THREAD_LOCAL __declspec(thread)
|
|
||||||
#define THREAD_LOCAL
|
|
||||||
#else
|
|
||||||
#define THREAD_LOCAL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# define STD_CALL __cdecl
|
# define STD_CALL __cdecl
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue