aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
diff options
context:
space:
mode:
authorGravatar László Csomor <laszlocsomor@google.com>2017-10-09 09:11:08 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-10-09 10:06:54 +0200
commitaa0299092d8a4692cb89be2d9e2e890a2e8d7aeb (patch)
tree3297a19b2f533ec9046cd41377f589034756d1e2 /src/main/native
parentb45d5f536048db0e568e16417f4fb1d50f01e1ac (diff)
Clean up TODOs.
In this commit: * buildenv.sh: restore its state to that as of commit 511c35b46cead500d4e76706e0a709e50995ceba * CommonCommandOptions.java: remove a deprecated no-op flag * WindowsPathFragment.java: implement an ASCII-only isLetter function, use that instead of Character.isLetter, because the latter returns true for some Unicode characters too * bazel_bootstrap_distfile_test: remove logging that we no longer need, since the bugfix for issue #3618 will be pushed to GitHub later today Change-Id: Ibda70219e974f0c47bc82addc647d8951f4bd701 PiperOrigin-RevId: 171498977
Diffstat (limited to 'src/main/native')
-rw-r--r--src/main/native/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/native/BUILD b/src/main/native/BUILD
index ad60099671..b2f6536a3e 100644
--- a/src/main/native/BUILD
+++ b/src/main/native/BUILD
@@ -85,9 +85,6 @@ filegroup(
visibility = ["//src:__pkg__"],
)
-# TODO(laszlocsomor): move the common parts needed both by the Windows JNI lib
-# and the Bazel client into a separate library, and only copy those to the
-# embedded tools folder.
filegroup(
name = "embedded_tools",
srcs = glob(["*.cc"]) + glob(["*.h"]) + [