From 81ef3f1b30bb7047381fbf586f5c3a60102992bb Mon Sep 17 00:00:00 2001 From: JimBobSquarePants Date: Tue, 26 Sep 2017 15:04:35 +1000 Subject: [PATCH] Fix build --- src/ImageSharp/Formats/Jpeg/Common/Decoder/JFifMarker.cs | 2 -- 1 file changed, 2 deletions(-) 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?