mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 00:57:19 +03:00
Remove extra definition of je_tsd_boot on win32.
This commit is contained in:
parent
d49cb68b9e
commit
a2136025c4
1 changed files with 0 additions and 6 deletions
|
|
@ -364,12 +364,6 @@ a_name##tsd_boot(void) \
|
|||
a_name##tsd_boot1(); \
|
||||
return (false); \
|
||||
} \
|
||||
a_attr bool \
|
||||
a_name##tsd_boot(void) \
|
||||
{ \
|
||||
\
|
||||
return (false); \
|
||||
} \
|
||||
/* Get/set. */ \
|
||||
a_attr a_type * \
|
||||
a_name##tsd_get(void) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue