aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
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"