소스 검색

Remove unclear comment.

mdepristo 7 년 전
부모
커밋
42141fa2f7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      BUILD

+ 0 - 1
BUILD

@@ -47,7 +47,6 @@ COPTS = select({
         "-Wno-sign-compare",
         "-Wno-unused-function",
         # Prevents ISO C++ const string assignment warnings for pyext sources.
-	# no-write-strings is the standard GCC flag as of at least v5.
         "-Wno-writable-strings",
         "-Wno-write-strings",
     ],