summaryrefslogtreecommitdiffstats
path: root/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
diff options
context:
space:
mode:
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