[XZ] Remove wrong doc comment for a private processPadding function

This commit is contained in:
Timofey Solomko
2021-07-21 20:22:55 +03:00
parent bc3362c568
commit 64a85690a3
-1
View File
@@ -191,7 +191,6 @@ public class XZArchive: Archive {
else { throw XZError.wrongMagic }
}
/// Returns `true` if end of archive is reached, `false` otherwise.
private static func processPadding(_ byteReader: LittleEndianByteReader) throws {
guard !byteReader.isFinished
else { return }