From 4e7cc3c2665b60085c6c07c9a472bcb438d5d4cd Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 10 Nov 2010 19:45:23 +0000 Subject: QPID-2939 Qpid .NET Messaging Binding has stray references and using statements Clean them up. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033679 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs') diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs index 808e22728a..6059f76442 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs @@ -20,12 +20,6 @@ namespace Org.Apache.Qpid.Messaging.Examples { using System; - using System.Collections; - using System.Collections.Generic; - using System.Diagnostics; - using System.IO; - using System.Text; - using System.Xml; public class Options { -- cgit v1.2.1