From d8461b5a6e49fe413a440f82e9dacc6df6f5b4ef Mon Sep 17 00:00:00 2001 From: buchgr Date: Tue, 2 May 2017 17:48:09 +0200 Subject: Remove compile.sh srcs exception after successfull protobuf update. RELNOTES: None. PiperOrigin-RevId: 154836224 --- compile.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'compile.sh') 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" -- cgit v1.2.3