From 4fea40ddfccf2c1806c2ebb16d2308ba8e592485 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 12 Apr 2018 10:27:36 +1000 Subject: [PATCH] Remove unused namespace --- src/ImageSharp/Formats/Gif/LzwDecoder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp/Formats/Gif/LzwDecoder.cs b/src/ImageSharp/Formats/Gif/LzwDecoder.cs index e50fd37fa..37daa6de5 100644 --- a/src/ImageSharp/Formats/Gif/LzwDecoder.cs +++ b/src/ImageSharp/Formats/Gif/LzwDecoder.cs @@ -2,7 +2,6 @@ // Licensed under the Apache License, Version 2.0. using System; -using System.Buffers; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices;