diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-11-10 19:45:23 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-11-10 19:45:23 +0000 |
| commit | c9e1b88bae0993762381a35f14f863a9095291c6 (patch) | |
| tree | 1e24310baf9562943febd4abe79c742d84551fca /cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs | |
| parent | 1b2fb06946560f4167a879e866842753a79850f3 (diff) | |
| download | qpid-python-c9e1b88bae0993762381a35f14f863a9095291c6.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.map.callback.sender/csharp.map.callback.sender.cs')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs index c987ad9a53..c6b764a567 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs @@ -22,8 +22,6 @@ using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
-using System.Linq;
-using System.Text;
using Org.Apache.Qpid.Messaging;
namespace Org.Apache.Qpid.Messaging.Examples
|
