summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2010-11-10 19:45:23 +0000
committerCharles E. Rolke <chug@apache.org>2010-11-10 19:45:23 +0000
commit4e7cc3c2665b60085c6c07c9a472bcb438d5d4cd (patch)
tree1e24310baf9562943febd4abe79c742d84551fca /cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs
parent61109e11b5d9b1c8bb2960216a8fa89712128efa (diff)
downloadqpid-python-4e7cc3c2665b60085c6c07c9a472bcb438d5d4cd.tar.gz
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
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs')
-rw-r--r--cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs6
1 files changed, 0 insertions, 6 deletions
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
{