From 8e4bfe39a2f6046b315fa12b8ad261ae7b857efd Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 10 Jun 2015 01:52:08 +0530 Subject: [PATCH] Remove stray TLS gate --- components/servo/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 8afb4e90b69..0ac0519a81c 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -16,7 +16,6 @@ // // The `Browser` is fed events from a generic type that implements the // `WindowMethods` trait. -#![feature(thread_local)] extern crate compositing; extern crate devtools;