Auto merge of #6485 - Ms2ger:thread_local, r=metajack

Remove the unused thread_local feature gate.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6485)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-26 18:26:51 -06:00
commit ac566e90a2

View file

@ -13,7 +13,6 @@
#![feature(negate_unsigned)]
#![feature(plugin)]
#![feature(str_utf16)]
#![feature(thread_local)]
#![feature(unicode)]
#![feature(unsafe_no_drop_flag)]