From ead0dfe5b8adac05bd565a9336e261bb41e839bc Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 15 Feb 2023 13:58:51 +0100 Subject: [PATCH] init function removal --- src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) 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() {}