From 022308056abe2d4e308a5fd26959043b8d675bf5 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sun, 10 Feb 2019 00:56:20 +0900 Subject: [PATCH] Remove unused code --- Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs b/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs index 1baae04e3..2789e9c48 100644 --- a/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs +++ b/Assets/VRM/UniJSON/Scripts/Json/JsonParser.cs @@ -4,11 +4,6 @@ using System.Collections.Generic; namespace UniJSON { - public class JsonParseResult - { - public List Values = new List(); - } - public static class JsonParser { static ValueNodeType GetValueType(Utf8String segment)