]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[pzstd] Remove empty else statement
authorNick Terrell <terrelln@fb.com>
Thu, 6 Oct 2016 19:58:23 +0000 (12:58 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 6 Oct 2016 19:58:23 +0000 (12:58 -0700)
contrib/pzstd/Pzstd.cpp

index e0826b9d85ac7e49522fc8a867ee2cd0d5675241..59a2496c43120dc1ce2cb405876f66071dd6d497 100644 (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