Remove dead code from cg_llvm

This commit is contained in:
bjorn3 2022-07-26 11:29:18 +00:00
parent b629c85bd7
commit 017e1726ff
5 changed files with 0 additions and 100 deletions

View file

@ -158,12 +158,6 @@ pub fn SetUniqueComdat(llmod: &Module, val: &Value) {
}
}
pub fn UnsetComdat(val: &Value) {
unsafe {
LLVMRustUnsetComdat(val);
}
}
pub fn SetUnnamedAddress(global: &Value, unnamed: UnnamedAddr) {
unsafe {
LLVMSetUnnamedAddress(global, unnamed);