From adc9def0c929afd1d4d48a7a1ce55f8ff7894d36 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 14 Dec 2022 22:07:11 -0800 Subject: [PATCH] Slight MoPaQ builder cleanup --- BurnOutSharp.Builder/MoPaQ.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BurnOutSharp.Builder/MoPaQ.cs b/BurnOutSharp.Builder/MoPaQ.cs index 318f1ca4..943fd8ef 100644 --- a/BurnOutSharp.Builder/MoPaQ.cs +++ b/BurnOutSharp.Builder/MoPaQ.cs @@ -1,5 +1,4 @@ using System; -using System.Collections; using System.Collections.Generic; using System.IO; using BurnOutSharp.Models.MoPaQ; @@ -1271,7 +1270,6 @@ namespace BurnOutSharp.Builder /// Parse a Stream into a patch info /// /// Stream to parse - /// Offset into the byte array /// Filled patch info on success, null on error private static PatchInfo ParsePatchInfo(Stream data) {