From 7209fa74a58cb62cd0baaba233267d43a4aa0f20 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sat, 18 Jul 2020 05:05:35 +0200 Subject: [PATCH] IL2CPP: Remove unused Metadata.MetadataUsages property --- Il2CppInspector.Common/IL2CPP/Metadata.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Il2CppInspector.Common/IL2CPP/Metadata.cs b/Il2CppInspector.Common/IL2CPP/Metadata.cs index 695aa06..9f3d134 100644 --- a/Il2CppInspector.Common/IL2CPP/Metadata.cs +++ b/Il2CppInspector.Common/IL2CPP/Metadata.cs @@ -7,11 +7,9 @@ using System; using System.Collections.Generic; -using System.Dynamic; using System.IO; using System.Linq; using System.Reflection; -using System.Text; using NoisyCowStudios.Bin2Object; namespace Il2CppInspector @@ -46,7 +44,6 @@ namespace Il2CppInspector public string[] StringLiterals { get; } public Dictionary Strings { get; } = new Dictionary(); - public List MetadataUsages { get; } = new List(); public Metadata(Stream stream) : base(stream) {