From d5390fdb0fe607e973313aac33f17e2da112a1c0 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 26 Jan 2017 12:54:18 +0400 Subject: [PATCH] System.Linq unused. --- ArcFormats/TanukiSoft/ArcTAC.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ArcFormats/TanukiSoft/ArcTAC.cs b/ArcFormats/TanukiSoft/ArcTAC.cs index fc41b24f..46d9df7e 100644 --- a/ArcFormats/TanukiSoft/ArcTAC.cs +++ b/ArcFormats/TanukiSoft/ArcTAC.cs @@ -27,7 +27,6 @@ using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.IO; -using System.Linq; using System.Text; using GameRes.Compression; using GameRes.Cryptography;