]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/solid/thread_local_key.rs
Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r=Guillau...
[rust.git] / library / std / src / sys / solid / thread_local_key.rs
index b17521f701daf99ad021118dc4cbb5ec1a0ef1bc..b37bf999698873fe1b159c8e0ecc7985b198fa46 100644 (file)
@@ -19,8 +19,3 @@ pub unsafe fn get(_key: Key) -> *mut u8 {
 pub unsafe fn destroy(_key: Key) {
     panic!("should not be used on the solid target");
 }
-
-#[inline]
-pub fn requires_synchronized_create() -> bool {
-    panic!("should not be used on the solid target");
-}