diff options
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, |