package recompress: Small cleanup
This commit is contained in:
parent
e1e6c12480
commit
03b36acbe6
@ -18,8 +18,8 @@
|
||||
#include <package/hpkg/PackageReader.h>
|
||||
#include <package/hpkg/PackageWriter.h>
|
||||
|
||||
#include <FdIO.h>
|
||||
#include <DataPositionIOWrapper.h>
|
||||
#include <FdIO.h>
|
||||
|
||||
#include "package.h"
|
||||
#include "PackageWriterListener.h"
|
||||
@ -115,8 +115,6 @@ command_recompress(int argc, const char* const* argv)
|
||||
}
|
||||
inputFile = inputFileFile;
|
||||
}
|
||||
if (error != B_OK)
|
||||
return 1;
|
||||
|
||||
// write the output package
|
||||
BPackageWriterParameters writerParameters;
|
||||
|
Loading…
Reference in New Issue
Block a user