Skip to content

Commit 4f289f9

Browse files
Remove unused code.
1 parent 623ad5d commit 4f289f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ImageSharp/Formats/Jpeg/Components/Decoder/JpegBitReader.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ public void Reset()
8484
[MethodImpl(InliningOptions.ShortMethod)]
8585
public bool HasBadMarker() => this.Marker != JpegConstants.Markers.XFF && !this.HasRestartMarker();
8686

87-
[MethodImpl(InliningOptions.ShortMethod)]
88-
public bool HasEndMarker() => this.Marker == JpegConstants.Markers.EOI;
89-
9087
[MethodImpl(InliningOptions.AlwaysInline)]
9188
public void FillBuffer()
9289
{

0 commit comments

Comments
 (0)