mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Remove extra definition of je_tsd_boot on win32.
This commit is contained in:
@@ -364,12 +364,6 @@ a_name##tsd_boot(void) \
|
|||||||
a_name##tsd_boot1(); \
|
a_name##tsd_boot1(); \
|
||||||
return (false); \
|
return (false); \
|
||||||
} \
|
} \
|
||||||
a_attr bool \
|
|
||||||
a_name##tsd_boot(void) \
|
|
||||||
{ \
|
|
||||||
\
|
|
||||||
return (false); \
|
|
||||||
} \
|
|
||||||
/* Get/set. */ \
|
/* Get/set. */ \
|
||||||
a_attr a_type * \
|
a_attr a_type * \
|
||||||
a_name##tsd_get(void) \
|
a_name##tsd_get(void) \
|
||||||
|
|||||||
Reference in New Issue
Block a user