Remove the unused thread_local feature gate.

This commit is contained in:
Ms2ger 2015-06-26 22:57:37 +02:00
parent 995985b985
commit 9330c7420f

View file

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