scripts/stripdecls.py #10458

Remove the `only_static = False` which clobbers the `--static`
CLI argument.
This commit is contained in:
Disconnect3d 2019-07-09 20:06:52 +02:00 committed by Justin M. Keyes
parent 03a0226221
commit c515b5c1f1
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ Strip = namedtuple('Strip', 'start_line start_column end_line end_column')
def main(progname, cfname, only_static, move_all):
only_static = False
cfname = os.path.abspath(os.path.normpath(cfname))
hfname1 = os.path.splitext(cfname)[0] + os.extsep + 'h'