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