aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Threading.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-06-16 20:54:28 +0000
committerZachary Turner <zturner@google.com>2014-06-16 20:54:28 +0000
commit2f825df60b015ac84901018d478ffa5cfb424131 (patch)
tree037a99bdad57967565b3c840e5daa8c184d75dcf /llvm/lib/Support/Threading.cpp
parentbf9effc73638b977bbd1410e8207b8de32dfb82c (diff)
downloadllvm-2f825df60b015ac84901018d478ffa5cfb424131.zip
llvm-2f825df60b015ac84901018d478ffa5cfb424131.tar.gz
llvm-2f825df60b015ac84901018d478ffa5cfb424131.tar.bz2
Clean up some unnecessary mutex guards.
These were being used as unreferenced parameters to enforce that the methods must not be called without holding a mutex, but all of the methods in question were internal, and the methods were only exposed through an interface whose entire purpose was to serialize access to these structures, so expecting the methods to be accessed under a mutex is reasonable enough. Reviewed by: blaikie Differential Revision: http://reviews.llvm.org/D4162 llvm-svn: 211054
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
0 files changed, 0 insertions, 0 deletions