From 84977b88fce0ec1f82d5509f298f71b489fb0c22 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 b4ef7a83d4..cba7be5539 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?