aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcomex2015-01-29 02:00:17 -0500
committercomex2015-01-29 02:00:17 -0500
commitddc9b2008784bfd69d23530479347cb7a86b689d (patch)
tree1474d5e82b45b2f2aab83efafaa34178c98ac6ec /lib
parentget rid of the unnecessary CoreFoundation dependency (diff)
downloadsubstitute-ddc9b2008784bfd69d23530479347cb7a86b689d.tar.gz
misc. fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/darwin/stop-other-threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/darwin/stop-other-threads.c b/lib/darwin/stop-other-threads.c
index 1a4f43f..ff239f3 100644
--- a/lib/darwin/stop-other-threads.c
+++ b/lib/darwin/stop-other-threads.c
@@ -149,7 +149,6 @@ int apply_pc_patch_callback(void *token,
return ret;
}
-
int resume_other_threads(void *token) {
struct htab_mach_port_set *suspended_set = token;
HTAB_FOREACH(suspended_set, mach_port_t *threadp,