]> git.saurik.com Git - cycript.git/blobdiff - Baton.hpp
Do not check against classes that are not instanced.
[cycript.git] / Baton.hpp
index bf048bad2215783bf815093d864d43c20cc77197..76c089fd2d52aa9931ceb9b7d92326b995b8c127 100644 (file)
--- 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);