]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/sys/itron/condvar.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / library / std / src / sys / itron / condvar.rs
index ed26c52802748309f771d2c515d741ee6aa6d5fa..008cd8fb1e3926f3dbe5c65bde43afda92ddc31c 100644 (file)
@@ -117,8 +117,6 @@ impl Condvar {
         unsafe { mutex.lock() };
         success
     }
-
-    pub unsafe fn destroy(&self) {}
 }
 
 mod waiter_queue {