diff --git a/src/lib.rs b/src/lib.rs index e59b86f..28046e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,3 @@ mod mutex; mod rwlock; mod thread; mod thread_keys; - -/// Reference this function somewhere (eg. ´use pthread_3ds::init´ in the main crate) to import all pthread implementations. -#[inline(always)] -pub fn init() {}