Remove stray TLS gate

This commit is contained in:
Manish Goregaokar 2015-06-10 01:52:08 +05:30
parent 162ec5da5d
commit 8e4bfe39a2

View file

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