diff options
author | comex | 2015-01-29 02:00:17 -0500 |
---|---|---|
committer | comex | 2015-01-29 02:00:17 -0500 |
commit | ddc9b2008784bfd69d23530479347cb7a86b689d (patch) | |
tree | 1474d5e82b45b2f2aab83efafaa34178c98ac6ec /lib/darwin | |
parent | get rid of the unnecessary CoreFoundation dependency (diff) | |
download | substitute-ddc9b2008784bfd69d23530479347cb7a86b689d.tar.gz |
misc. fixes
Diffstat (limited to 'lib/darwin')
-rw-r--r-- | lib/darwin/stop-other-threads.c | 1 |
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, |