From d83ebcaf66cd51688dd27ec4d7b9070227283fbf Mon Sep 17 00:00:00 2001 From: Johann Studanski Date: Mon, 27 Jan 2025 18:25:33 +0100 Subject: [PATCH] Remove superfluous using --- plist-cil/XmlPropertyListParser.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/plist-cil/XmlPropertyListParser.cs b/plist-cil/XmlPropertyListParser.cs index b4c02a2..644602f 100644 --- a/plist-cil/XmlPropertyListParser.cs +++ b/plist-cil/XmlPropertyListParser.cs @@ -23,7 +23,6 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -using System; using System.Collections.Generic; using System.IO; using System.Linq;