Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Ark
Commits
318ce861
Commit
318ce861
authored
Aug 23, 2020
by
Elvis Angelaccio
Browse files
libarchive: drop dead code
It's been commented since
68e58f5d
from 13 years ago.
parent
c4c765a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/libarchive/libarchiveplugin.cpp
View file @
318ce861
...
...
@@ -512,17 +512,6 @@ int LibarchivePlugin::extractionFlags() const
int
result
=
ARCHIVE_EXTRACT_TIME
;
result
|=
ARCHIVE_EXTRACT_SECURE_NODOTDOT
;
// TODO: Don't use arksettings here
/*if ( ArkSettings::preservePerms() )
{
result &= ARCHIVE_EXTRACT_PERM;
}
if ( !ArkSettings::extractOverwrite() )
{
result &= ARCHIVE_EXTRACT_NO_OVERWRITE;
}*/
return
result
;
}
...
...
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