From 2c7a9d2f77b997e1bdeeb52de2d017d9a63f7159 Mon Sep 17 00:00:00 2001 From: Alex Amadori Date: Tue, 7 Mar 2017 08:47:50 +0100 Subject: [PATCH] Remove unnecessary using --- osu.Game/Beatmaps/IO/BeatmapArchiveReader.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Beatmaps/IO/BeatmapArchiveReader.cs b/osu.Game/Beatmaps/IO/BeatmapArchiveReader.cs index 9134b9b2ae..409345e0c6 100644 --- a/osu.Game/Beatmaps/IO/BeatmapArchiveReader.cs +++ b/osu.Game/Beatmaps/IO/BeatmapArchiveReader.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; -using System.IO; using osu.Framework.Logging; using osu.Framework.Platform; using osu.Game.Database;