libstd: Remove a bogus link_name attribute

This commit is contained in:
Brian Anderson 2012-01-11 20:01:55 -08:00
parent 35b27aa172
commit 2c70b2fb7e
1 changed files with 0 additions and 1 deletions

View File

@ -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 {