mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 22:21:07 +00:00
Remove unneeded function.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user