diff --git a/Il2CppInspector.Common/Cpp/CppApplicationModel.cs b/Il2CppInspector.Common/Cpp/CppApplicationModel.cs index 97227ed..9d458c1 100644 --- a/Il2CppInspector.Common/Cpp/CppApplicationModel.cs +++ b/Il2CppInspector.Common/Cpp/CppApplicationModel.cs @@ -64,7 +64,6 @@ namespace Il2CppInspector.Cpp // TODO: Process every type in the binary //var decl = new CppDeclarationGenerator(this); - } } }