aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2017-05-02 17:48:09 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-05-03 10:56:09 +0200
commitd8461b5a6e49fe413a440f82e9dacc6df6f5b4ef (patch)
tree44cf1f33c026554241865610c07afa685d092ee1 /compile.sh
parent70d8c32e8f7b97413a4e88e219114c117deedb8b (diff)
Remove compile.sh srcs exception after successfull protobuf update.
RELNOTES: None. PiperOrigin-RevId: 154836224
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile.sh b/compile.sh
index e93d7538dd..a8819be330 100755
--- a/compile.sh
+++ b/compile.sh
@@ -183,8 +183,6 @@ if [ $DO_SRCS_TEST ]; then
| grep -v '^derived' \
| grep -Ev "${SRCS_EXCLUDES}" \
| grep -v '^tools/defaults/BUILD' \
- #TODO(buchgr): Remove once protobuf update complete.
- | grep -v 'third_party/protobuf/3.0.0/' \
| sort -u >"${OUTPUT_DIR}/srcs-find"
log "Diffing"