Remove unneeded function.

This commit is contained in:
Gav
2018-01-10 18:59:49 +01:00
parent 8d1825fb0d
commit 2d1f1a8933
-2
View File
@@ -44,8 +44,6 @@
pub use std::cell::RefCell;
use std::thread::LocalKey;
pub fn test_me() { panic!("Hello") }
pub fn using_environment<'a, T: 'a, R, S, F: FnOnce() -> R>(
global: &'static LocalKey<RefCell<*mut S>>,
protected: &'a mut T,