check_static.py: remove unused option

This commit is contained in:
Martin Mathieson 2021-06-08 10:47:59 +01:00
parent 76a93df87c
commit 8775e2c694
1 changed files with 0 additions and 2 deletions

View File

@ -224,8 +224,6 @@ parser.add_argument('--commits', action='store',
help='last N commits to check')
parser.add_argument('--open', action='store_true',
help='check open files')
parser.add_argument('--common', action='store_true',
help='check for potential new entries for tfs.c')
args = parser.parse_args()