aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/util/BUILD')
-rw-r--r--src/main/cpp/util/BUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/cpp/util/BUILD b/src/main/cpp/util/BUILD
index b044d19537..b5c7b79d54 100644
--- a/src/main/cpp/util/BUILD
+++ b/src/main/cpp/util/BUILD
@@ -27,10 +27,6 @@ cc_library(
name = "file",
srcs = ["file.cc"] + select({
"//src:windows": [
- # TODO(bazel-team): implement functions in file_windows.cc and use
- # more and more of them under MSYS until we can completely stop
- # using file_posix.cc at which point remove it from this list.
- "file_posix.cc",
"file_windows.cc",
],
"//src:windows_msvc": [