From: Nick Terrell Date: Thu, 6 Oct 2016 19:58:23 +0000 (-0700) Subject: [pzstd] Remove empty else statement X-Git-Tag: v1.1.1~5^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f6d73002eff829e60c8344ac7bb2bac06564cb;p=thirdparty%2Fzstd.git [pzstd] Remove empty else statement --- diff --git a/contrib/pzstd/Pzstd.cpp b/contrib/pzstd/Pzstd.cpp index e0826b9d8..59a2496c4 100644 --- a/contrib/pzstd/Pzstd.cpp +++ b/contrib/pzstd/Pzstd.cpp @@ -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