diff --git a/src/libcore/task.rs b/src/libcore/task.rs index b42a87544bf8dc408af473e6a565309ecbd9945d..c5b9eabdbf142176e23bb882771b267cf20dc92e 100644 --- a/src/libcore/task.rs +++ b/src/libcore/task.rs @@ -73,10 +73,6 @@ export manual_threads; export osmain; -// FIXME (See #2945): This shouldn't be exported, but is to work around -// what appears to be a metadata bug. -export local_data; - /* Data types */ /// A handle to a task