We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623ad5d commit 4f289f9Copy full SHA for 4f289f9
src/ImageSharp/Formats/Jpeg/Components/Decoder/JpegBitReader.cs
@@ -84,9 +84,6 @@ public void Reset()
84
[MethodImpl(InliningOptions.ShortMethod)]
85
public bool HasBadMarker() => this.Marker != JpegConstants.Markers.XFF && !this.HasRestartMarker();
86
87
- [MethodImpl(InliningOptions.ShortMethod)]
88
- public bool HasEndMarker() => this.Marker == JpegConstants.Markers.EOI;
89
-
90
[MethodImpl(InliningOptions.AlwaysInline)]
91
public void FillBuffer()
92
{
0 commit comments