]> git.saurik.com Git - cycript.git/blobdiff - Mach/Inject.cpp
Upgrade ios.sh build to use the new libffi package.
[cycript.git] / Mach / Inject.cpp
index 3f91398a899ee4ac4ae2de89f135a01986a70c26..4c0b1bbf0f2094215bb3072aec14c2fe74c43ad2 100644 (file)
@@ -47,9 +47,7 @@ void InjectLibrary(pid_t pid) {
     Baton *baton(reinterpret_cast<Baton *>(local));
 
     baton->__pthread_set_self = &__pthread_set_self;
-
     baton->pthread_create = &pthread_create;
-    baton->pthread_join = &pthread_join;
 
     baton->mach_thread_self = &mach_thread_self;
     baton->thread_terminate = &thread_terminate;