mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Cleanup redundant quality set
params.quality is already set by the ParseArgv on #L179
This commit is contained in:
parent
0eddc604e8
commit
112f07e7b7
@ -191,7 +191,6 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
} else {
|
||||
brotli::BrotliParams params;
|
||||
params.quality = quality;
|
||||
brotli::BrotliFileIn in(fin, 1 << 16);
|
||||
brotli::BrotliFileOut out(fout);
|
||||
if (!BrotliCompress(params, &in, &out)) {
|
||||
|
Loading…
Reference in New Issue
Block a user