aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/file_windows.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/util/file_windows.cc')
-rw-r--r--src/main/cpp/util/file_windows.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/cpp/util/file_windows.cc b/src/main/cpp/util/file_windows.cc
index 021e96d9a9..78cb331185 100644
--- a/src/main/cpp/util/file_windows.cc
+++ b/src/main/cpp/util/file_windows.cc
@@ -245,14 +245,6 @@ bool UnlinkPath(const string& file_path) {
#endif // COMPILER_MSVC
#ifdef COMPILER_MSVC
-string Which(const string &executable) {
- pdie(255, "blaze_util::Which is not implemented on Windows");
- return "";
-}
-#else // not COMPILER_MSVC
-#endif // COMPILER_MSVC
-
-#ifdef COMPILER_MSVC
bool PathExists(const string& path) {
// TODO(bazel-team): implement this.
pdie(255, "blaze_util::PathExists is not implemented on Windows");