From 58bf37ba9c7afa5d8f534b8150dadca2aed6102b Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Mon, 7 Jun 2021 22:15:10 -0700 Subject: [PATCH] Remove the unused "-arc" option parsing. --- exec/filelist.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exec/filelist.js b/exec/filelist.js index efe62f9d6e..0c86c0fffc 100755 --- a/exec/filelist.js +++ b/exec/filelist.js @@ -156,10 +156,6 @@ for(var i = 0; i < argc; i++) { json_space = parseInt(opt.slice(5), 10); continue; } - if(opt == "arc") { - fmt = "arc"; - continue; - } if(opt.indexOf("fmt=") == 0) { fmt = opt.slice(4); continue; -- GitLab