From b458072d68812daada8526fed5dd6ae95151a80b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 10 Jun 2016 17:13:05 -0700 Subject: [PATCH] [HashSplit] Clear unused references --- DATabase/HashSplit.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/DATabase/HashSplit.cs b/DATabase/HashSplit.cs index 73bcfa93..eac78135 100644 --- a/DATabase/HashSplit.cs +++ b/DATabase/HashSplit.cs @@ -1,9 +1,6 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Linq; -using System.Text; -using System.Threading.Tasks; using SabreTools.Helper;