diff options
Diffstat (limited to 'tools/proto_check.py')
-rwxr-xr-x | tools/proto_check.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/proto_check.py b/tools/proto_check.py index cda0e3a081..6dafcedbf4 100755 --- a/tools/proto_check.py +++ b/tools/proto_check.py @@ -89,12 +89,6 @@ def verify_protos_update_generated_files(proto_files, proto_gen_files): '\n%s' % protoc_command) success = False - # fail if there are unpaired gen_files - if gen_files: - logging.error('Generated *_pb2.py files modified without updating ' - 'source .proto files: \n\t%s' % '\n\t'.join(gen_files)) - success = False - return success |