mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 01:10:04 +02:00
[pzstd] Remove empty else statement
This commit is contained in:
parent
5fa71396e0
commit
b0f6d73002
@ -183,8 +183,6 @@ int pzstdMain(const Options &options) {
|
||||
std::fprintf(stderr, "pzstd: %s: %s.\n", input.c_str(),
|
||||
errorHolder.getError().c_str());
|
||||
}
|
||||
} else {
|
||||
|
||||
}
|
||||
});
|
||||
// Open the input file
|
||||
|
Loading…
x
Reference in New Issue
Block a user