summaryrefslogtreecommitdiff
path: root/unittests/DirectoryWatcher
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2019-08-07 14:44:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2019-08-07 14:44:40 +0000
commit8220d65e08dfd16a64d596aac23bfc54dbe7d363 (patch)
tree078007f1bea8a59c79c54e39096d01b85230db04 /unittests/DirectoryWatcher
parenta59773775c68b7a9f9599045b0b807091a864a0c (diff)
downloadclang-8220d65e08dfd16a64d596aac23bfc54dbe7d363.tar.gz
Remove LLVM mutexes from clang in favor of std::mutex
None of those need to be recursive mutexes. No functionality change intended. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/DirectoryWatcher')
-rw-r--r--unittests/DirectoryWatcher/DirectoryWatcherTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp b/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
index 485f0eeab0..6dc9ab994c 100644
--- a/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
+++ b/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
@@ -8,7 +8,6 @@
#include "clang/DirectoryWatcher/DirectoryWatcher.h"
#include "llvm/Support/FileSystem.h"
-#include "llvm/Support/Mutex.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "gtest/gtest.h"