Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
cc5f066a
Commit
cc5f066a
authored
Jun 07, 2021
by
Rob Swindell
💬
Browse files
Remove the unused "-arc" option parsing.
parent
0c8b136a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
exec/filelist.js
exec/filelist.js
+0
-4
No files found.
exec/filelist.js
View file @
cc5f066a
...
@@ -156,10 +156,6 @@ for(var i = 0; i < argc; i++) {
...
@@ -156,10 +156,6 @@ for(var i = 0; i < argc; i++) {
json_space
=
parseInt
(
opt
.
slice
(
5
),
10
);
json_space
=
parseInt
(
opt
.
slice
(
5
),
10
);
continue
;
continue
;
}
}
if
(
opt
==
"
arc
"
)
{
fmt
=
"
arc
"
;
continue
;
}
if
(
opt
.
indexOf
(
"
fmt=
"
)
==
0
)
{
if
(
opt
.
indexOf
(
"
fmt=
"
)
==
0
)
{
fmt
=
opt
.
slice
(
4
);
fmt
=
opt
.
slice
(
4
);
continue
;
continue
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment