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);