diff --git a/src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs b/src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs index b4ef7a83d..cba7be553 100644 --- a/src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs +++ b/src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs @@ -5,8 +5,6 @@ using System; namespace SixLabors.ImageSharp.Formats.Jpeg.Common.Decoder { - using Guard = SixLabors.Guard; - /// /// Provides information about the JFIF marker segment /// TODO: Thumbnail?