aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tsd.h
diff options
context:
space:
mode:
authorGuilherme Goncalves <guilherme.p.gonc@gmail.com>2014-11-18 18:48:48 -0200
committerGuilherme Goncalves <guilherme.p.gonc@gmail.com>2014-11-18 19:08:18 -0200
commita2136025c4c4861b91f361a90c1dc94214848708 (patch)
tree20641ebd82c3226e11d0ac1692b4e4812f754115 /include/jemalloc/internal/tsd.h
parentd49cb68b9e8b57169240e16686f4f60d6b5a089f (diff)
downloadplatform_external_jemalloc_new-a2136025c4c4861b91f361a90c1dc94214848708.tar.gz
platform_external_jemalloc_new-a2136025c4c4861b91f361a90c1dc94214848708.tar.bz2
platform_external_jemalloc_new-a2136025c4c4861b91f361a90c1dc94214848708.zip
Remove extra definition of je_tsd_boot on win32.
Diffstat (limited to 'include/jemalloc/internal/tsd.h')
-rw-r--r--include/jemalloc/internal/tsd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/jemalloc/internal/tsd.h b/include/jemalloc/internal/tsd.h
index b5658f8e..35dd8628 100644
--- a/include/jemalloc/internal/tsd.h
+++ b/include/jemalloc/internal/tsd.h
@@ -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) \