Parcourir la source

Removed obsolete comments

Brad Robinson il y a 4 ans
Parent
commit
06ff8fafec

+ 0 - 4
Topten.JsonKit/CancelReaderException.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 namespace Topten.JsonKit

+ 0 - 4
Topten.JsonKit/DecoratingActivator.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 

+ 0 - 4
Topten.JsonKit/Emit.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Linq;

+ 0 - 4
Topten.JsonKit/IJsonLoadField.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System.Reflection;
 
 

+ 0 - 3
Topten.JsonKit/IJsonLoaded.cs

@@ -12,9 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
 
 using System.Reflection;
 

+ 0 - 4
Topten.JsonKit/IJsonLoading.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System.Reflection;
 
 

+ 0 - 4
Topten.JsonKit/IJsonReader.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Reflection;
 

+ 0 - 4
Topten.JsonKit/IJsonWriter.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Reflection;
 

+ 0 - 4
Topten.JsonKit/IJsonWriting.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System.Reflection;
 
 

+ 0 - 4
Topten.JsonKit/IJsonWritten.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System.Reflection;
 
 

+ 0 - 4
Topten.JsonKit/JsonAttribute.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 namespace Topten.JsonKit

+ 0 - 4
Topten.JsonKit/JsonExcludeAttribute.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 namespace Topten.JsonKit

+ 0 - 4
Topten.JsonKit/JsonKit.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.IO;
 

+ 0 - 4
Topten.JsonKit/JsonMemberInfo.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Reflection;
 

+ 0 - 4
Topten.JsonKit/JsonOptions.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 namespace Topten.JsonKit

+ 0 - 4
Topten.JsonKit/JsonParseException.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 namespace Topten.JsonKit

+ 0 - 4
Topten.JsonKit/JsonReader.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Linq;

+ 0 - 4
Topten.JsonKit/JsonUnknownAttribute.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 
 

+ 0 - 4
Topten.JsonKit/JsonWriter.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Linq;

+ 0 - 5
Topten.JsonKit/LineOffset.cs

@@ -12,11 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
-
 namespace Topten.JsonKit
 {
     // Represents a line and character offset position in the source Json

+ 0 - 5
Topten.JsonKit/LiteralKind.cs

@@ -12,11 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
-
 namespace Topten.JsonKit
 {
     // Describes the current literal in the json stream

+ 0 - 4
Topten.JsonKit/ReflectionInfo.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Linq;

+ 0 - 4
Topten.JsonKit/ThreadSafeCache.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Threading;

+ 0 - 4
Topten.JsonKit/Token.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System.Reflection;
 
 

+ 0 - 4
Topten.JsonKit/Tokenizer.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Text;

+ 0 - 4
Topten.JsonKit/Utils.cs

@@ -12,10 +12,6 @@
 // either express or implied. See the License for the specific language governing permissions 
 // and limitations under the License.
 
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
 using System;
 using System.Collections.Generic;
 using System.Linq;