From e4852da576bda4a5d26341961e0be7d6626ff5c0 Mon Sep 17 00:00:00 2001 From: chansuke Date: Thu, 12 Dec 2019 01:00:37 +0900 Subject: [PATCH] Remove irelevant comment on `register_dtor` --- src/libstd/sys/unix/fast_thread_local.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstd/sys/unix/fast_thread_local.rs b/src/libstd/sys/unix/fast_thread_local.rs index dfb9307daea..0861432f8a9 100644 --- a/src/libstd/sys/unix/fast_thread_local.rs +++ b/src/libstd/sys/unix/fast_thread_local.rs @@ -8,8 +8,6 @@ // Note, however, that we run on lots older linuxes, as well as cross // compiling from a newer linux to an older linux, so we also have a // fallback implementation to use as well. -// -// Due to rust-lang/rust#18804, make sure this is not generic! #[cfg(any( target_os = "linux", target_os = "fuchsia",