mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
[pzstd] Remove empty else statement
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user