From f5ec4560c171f669b1fec143a1090d92f7cade8b Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Tue, 23 Nov 2010 16:17:00 +0000 Subject: QPID-2939 Qpid .NET Messaging Binding has stray references and using statements. Fix same problems in sessionreceiver. These were missed in the last pass. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1038188 13f79535-47bb-0310-9956-ffa450edef68 --- .../org.apache.qpid.messaging.sessionreceiver.csproj | 8 -------- cpp/bindings/qpid/dotnet/src/sessionreceiver/sessionreceiver.cs | 2 -- 2 files changed, 10 deletions(-) (limited to 'cpp/bindings') diff --git a/cpp/bindings/qpid/dotnet/src/sessionreceiver/org.apache.qpid.messaging.sessionreceiver.csproj b/cpp/bindings/qpid/dotnet/src/sessionreceiver/org.apache.qpid.messaging.sessionreceiver.csproj index 925da5f540..19402b0c65 100644 --- a/cpp/bindings/qpid/dotnet/src/sessionreceiver/org.apache.qpid.messaging.sessionreceiver.csproj +++ b/cpp/bindings/qpid/dotnet/src/sessionreceiver/org.apache.qpid.messaging.sessionreceiver.csproj @@ -111,14 +111,6 @@ under the License. 3.5 - - 3.5 - - - 3.5 - - - diff --git a/cpp/bindings/qpid/dotnet/src/sessionreceiver/sessionreceiver.cs b/cpp/bindings/qpid/dotnet/src/sessionreceiver/sessionreceiver.cs index b349e5c1fc..680732068f 100644 --- a/cpp/bindings/qpid/dotnet/src/sessionreceiver/sessionreceiver.cs +++ b/cpp/bindings/qpid/dotnet/src/sessionreceiver/sessionreceiver.cs @@ -21,8 +21,6 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; using Org.Apache.Qpid.Messaging; namespace Org.Apache.Qpid.Messaging.SessionReceiver -- cgit v1.2.1