| Index: tools/checkperms/checkperms.py
|
| diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
|
| index 604c7f7dcf30050c417ea84a9299555d29559d20..0657788e15c7395a104632998838db72b9f46cf0 100755
|
| --- a/tools/checkperms/checkperms.py
|
| +++ b/tools/checkperms/checkperms.py
|
| @@ -443,9 +443,6 @@ Examples:
|
| options.root = os.path.abspath(options.root)
|
|
|
| if options.files:
|
| - # --file implies --bare (for PRESUBMIT.py).
|
| - options.bare = True
|
| -
|
| errors = check_files(options.root, options.files)
|
| else:
|
| api = get_scm(options.root, options.bare)
|
|
|