X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Json%2FSystem.Json%2FJsonArray.cs;h=524e3e8b75007c0163ca85dce45f1bf4c003b4cb;hp=c63004422b5b4919cd665c7adc08144b1aee53e8;hb=7c6607a000b6239e86d1736a1815264af55c13e2;hpb=5825342717cb2f16c819457a2b39bc45f69fe16c diff --git a/mcs/class/System.Json/System.Json/JsonArray.cs b/mcs/class/System.Json/System.Json/JsonArray.cs index c63004422b5..524e3e8b750 100644 --- a/mcs/class/System.Json/System.Json/JsonArray.cs +++ b/mcs/class/System.Json/System.Json/JsonArray.cs @@ -45,9 +45,6 @@ namespace System.Json public void Add (JsonValue item) { - if (item == null) - throw new ArgumentNullException ("item"); - list.Add (item); }