1
Fork 0

Remove unused code from rustc_codegen_*

This commit is contained in:
est31 2020-10-09 11:21:30 +02:00
parent 49d4a756f1
commit feaac592a3
3 changed files with 0 additions and 9 deletions

View file

@ -118,11 +118,6 @@ pub fn SetUnnamedAddress(global: &'a Value, unnamed: UnnamedAddr) {
}
}
pub fn set_thread_local(global: &'a Value, is_thread_local: bool) {
unsafe {
LLVMSetThreadLocal(global, is_thread_local as Bool);
}
}
pub fn set_thread_local_mode(global: &'a Value, mode: ThreadLocalMode) {
unsafe {
LLVMSetThreadLocalMode(global, mode);