Skip to content

Commit 6e21b5f

Browse files
committed
remove unneeded export local_data in task.rs (#2945)
1 parent 4ea5546 commit 6e21b5f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libcore/task.rs

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ export thread_per_task;
7373
export manual_threads;
7474
export osmain;
7575

76-
// FIXME (See #2945): This shouldn't be exported, but is to work around
77-
// what appears to be a metadata bug.
78-
export local_data;
79-
8076
/* Data types */
8177

8278
/// A handle to a task

0 commit comments

Comments
 (0)