[pzstd] Remove empty else statement

dev
Nick Terrell 2016-10-06 12:58:23 -07:00
parent 5fa71396e0
commit b0f6d73002
1 changed files with 0 additions and 2 deletions

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