summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-06-16 22:41:08 +0000
committerZachary Turner <zturner@google.com>2014-06-16 22:41:08 +0000
commit298ff80849de645ab7afb92004759350309de400 (patch)
tree836d354cf7a3d7a05d554a01516774fbf6aa210e /unittests
parent4641b6b42730f4e8542a1e96d77047fd903d97ad (diff)
downloadllvm-298ff80849de645ab7afb92004759350309de400.tar.gz
llvm-298ff80849de645ab7afb92004759350309de400.tar.bz2
llvm-298ff80849de645ab7afb92004759350309de400.tar.xz
Cleanup more unreferenced MutexGuard parameters on functions.
These parameters are intended to serve as sort of a contract that you cannot access the functions outside of a mutex. However, the entire JIT class cannot be accessed outside of a mutex anyway, and all methods acquire a lock as soon as they are entered. Since the containing class already is not intended to be thread-safe, it only serves to add code clutter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
0 files changed, 0 insertions, 0 deletions