mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
[XZ] Remove wrong doc comment for a private processPadding function
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user