Skip to content

Commit

Permalink
Take sys/vxworks/thread_local_key from sys/unix instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Oct 16, 2020
1 parent 4853a6e commit 678d078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/vxworks/mod.rs
Expand Up @@ -35,6 +35,7 @@ pub mod stdio;
#[path = "../unix/thread.rs"]
pub mod thread;
pub mod thread_local_dtor;
#[path = "../unix/thread_local_key.rs"]
pub mod thread_local_key;
#[path = "../unix/time.rs"]
pub mod time;
Expand Down
34 changes: 0 additions & 34 deletions library/std/src/sys/vxworks/thread_local_key.rs

This file was deleted.

0 comments on commit 678d078

Please sign in to comment.