X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c98ea90dcfba4a6e699aa5f0989bbdd575c3b430..aa82b83bc1cf1a31523f5ca3e3c7e44b34c8d72c:/Mach/Inject.cpp diff --git a/Mach/Inject.cpp b/Mach/Inject.cpp index 3f91398..8679e03 100644 --- a/Mach/Inject.cpp +++ b/Mach/Inject.cpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2010 Jay Freeman (saurik) + * Copyright (C) 2009-2012 Jay Freeman (saurik) */ /* GNU Lesser General Public License, Version 3 {{{ */ @@ -47,9 +47,7 @@ void InjectLibrary(pid_t pid) { Baton *baton(reinterpret_cast(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;