diff options
author | Jan Korous <jkorous@apple.com> | 2019-07-12 19:54:36 +0000 |
---|---|---|
committer | Jan Korous <jkorous@apple.com> | 2019-07-12 19:54:36 +0000 |
commit | f561227d133224d2d6a5a016abe4be051fa75501 (patch) | |
tree | 60a5818970fa7b9fc2ae77f71731db65312e66fb /clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp | |
parent | fdcb7f47e783933e0af8a5fae91132269a208268 (diff) | |
download | bcm5719-llvm-f561227d133224d2d6a5a016abe4be051fa75501.tar.gz bcm5719-llvm-f561227d133224d2d6a5a016abe4be051fa75501.zip |
Revert "Reland [clang] DirectoryWatcher"
This reverts commit fdcb7f47e783933e0af8a5fae91132269a208268.
llvm-svn: 365948
Diffstat (limited to 'clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp')
-rw-r--r-- | clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp b/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp deleted file mode 100644 index e330ff06f50..00000000000 --- a/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp +++ /dev/null @@ -1,19 +0,0 @@ -//===- DirectoryWatcher-not-implemented.cpp -------------------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#include "clang/DirectoryWatcher/DirectoryWatcher.h" - -using namespace llvm; -using namespace clang; - -std::unique_ptr<DirectoryWatcher> clang::DirectoryWatcher::create( - StringRef Path, - std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, - bool WaitForInitialSync) { - return nullptr; -}
\ No newline at end of file |