about summary refs log tree commit diff
path: root/src/rt/sync/rust_thread.cpp
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-09-29 07:46:26 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-10-14 13:10:36 +0200
commit16fc6a694cac35ce962e98e180354cbce6a72f54 (patch)
tree20b5933785ac3aea831240447058df93be33ff1a /src/rt/sync/rust_thread.cpp
parent5b10781c7b95a182da7c85af80a706f4ca7a4b65 (diff)
downloadrust-16fc6a694cac35ce962e98e180354cbce6a72f54.tar.gz
rust-16fc6a694cac35ce962e98e180354cbce6a72f54.zip
Remove unused abi attributes.
They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.
Diffstat (limited to 'src/rt/sync/rust_thread.cpp')
0 files changed, 0 insertions, 0 deletions