about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-08-10 15:20:21 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2019-08-11 10:36:46 -0400
commitc57481001ea81665b1ca23368b710a0435d28653 (patch)
tree119381b099f7b5c229a26f2eae616044e805b610 /src/test/debuginfo/enum-thinlto.rs
parent8f80a8d7d564b17fe3831c4b5e5404d93a013bf5 (diff)
downloadrust-c57481001ea81665b1ca23368b710a0435d28653.tar.gz
rust-c57481001ea81665b1ca23368b710a0435d28653.zip
Remove ReentrantMutex
This drops the parking_lot dependency; the ReentrantMutex type appeared
to be unused (at least, no compilation failures occurred).

This is technically a possible change in behavior of its users, as
lock() would wait on other threads releasing their guards, but since we
didn't actually remove any threading or such in this code, it appears
that we never used that behavior (the behavior change is only noticeable
if the type previously was used in two threads, in a single thread
ReentrantMutex is useless).
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions