From 270ecd72a965cba465333dfc38ee8bdaa055bc7d Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 6 Jul 2018 15:06:55 +0400 Subject: [PATCH] (Carriere): unused variable. --- ArcFormats/Carriere/ArcARC.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ArcFormats/Carriere/ArcARC.cs b/ArcFormats/Carriere/ArcARC.cs index 09b85da9..f7ca5272 100644 --- a/ArcFormats/Carriere/ArcARC.cs +++ b/ArcFormats/Carriere/ArcARC.cs @@ -133,7 +133,6 @@ namespace GameRes.Formats.Carriere { input = new XoredStream (input, 0xFF); } - var output = new byte[unpacked_size]; if ((flags & 2) != 0) { input = new LzssStream (input);