1
0
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:
Nick Terrell 2016-10-06 12:58:23 -07:00
parent 5fa71396e0
commit b0f6d73002

View File

@ -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