summaryrefslogtreecommitdiffstats
path: root/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
diff options
context:
space:
mode:
authorJan Korous <jkorous@apple.com>2019-07-12 19:54:36 +0000
committerJan Korous <jkorous@apple.com>2019-07-12 19:54:36 +0000
commitf561227d133224d2d6a5a016abe4be051fa75501 (patch)
tree60a5818970fa7b9fc2ae77f71731db65312e66fb /clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
parentfdcb7f47e783933e0af8a5fae91132269a208268 (diff)
downloadbcm5719-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.cpp19
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
OpenPOWER on IntegriCloud