Browse Source

init function removal

pull/22/head
Andrea Ciliberti 1 year ago
parent
commit
ead0dfe5b8
  1. 4
      src/lib.rs

4
src/lib.rs

@ -8,7 +8,3 @@ mod mutex; @@ -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() {}

Loading…
Cancel
Save