Drop obsolete mentions of roc_send_signal

This commit is contained in:
Richard Feldman 2022-12-08 06:35:05 -05:00
parent c9adafa04b
commit 5958f50728
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
17 changed files with 17 additions and 100 deletions

View file

@ -85,7 +85,6 @@ fn collect_roc_definitions<'a>(object: &object::File<'a, &'a [u8]>) -> MutMap<St
// for expects
"roc_mmap" => Some("mmap"),
"roc_getppid" => Some("getppid"),
"roc_send_signal" => Some("kill"),
"roc_shm_open" => Some("shm_open"),
_ => None,