libstd: Remove a bogus link_name attribute
This commit is contained in:
parent
35b27aa172
commit
2c70b2fb7e
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ native mod rustrt {
|
|||
|
||||
fn getcwd() -> str { ret rustrt::rust_getcwd(); }
|
||||
|
||||
#[link_name = ""] // FIXME remove after #[nolink] is snapshotted
|
||||
#[nolink]
|
||||
#[abi = "cdecl"]
|
||||
native mod mac_libc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue