mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +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(),
|
std::fprintf(stderr, "pzstd: %s: %s.\n", input.c_str(),
|
||||||
errorHolder.getError().c_str());
|
errorHolder.getError().c_str());
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Open the input file
|
// Open the input file
|
||||||
|
Reference in New Issue
Block a user