X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c98ea90dcfba4a6e699aa5f0989bbdd575c3b430..aa926c8bd4e2bdc41f7370c3e6cf1f1d00aef8d9:/Baton.hpp diff --git a/Baton.hpp b/Baton.hpp index bf048ba..76c089f 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -25,9 +25,7 @@ struct Baton { void (*__pthread_set_self)(pthread_t); - int (*pthread_create)(pthread_t *, const pthread_attr_t *, void *(*)(void *), void *); - int (*pthread_join)(pthread_t, void **); mach_port_t (*mach_thread_self)(); kern_return_t (*thread_terminate)(thread_act_t);