1
0
Fork 0
mirror of https://github.com/putnam/binmerge.git synced 2025-04-19 08:28:06 +02:00

remove dead code path

This commit is contained in:
Chris Putnam 2020-05-23 12:04:36 -05:00
parent 28c9467e1f
commit 46834fe327

View file

@ -262,10 +262,6 @@ def main():
global VERBOSE
VERBOSE = True
if args.license:
print_license()
return False
p("Opening cue: %s" % args.cuefile)
cue_map = read_cue_file(args.cuefile)
if args.split: