summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/BasicMessageConsumer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client/Client/BasicMessageConsumer.cs')
-rw-r--r--dotnet/Qpid.Client/Client/BasicMessageConsumer.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/dotnet/Qpid.Client/Client/BasicMessageConsumer.cs b/dotnet/Qpid.Client/Client/BasicMessageConsumer.cs
index f0603b6e8a..d0e0473b14 100644
--- a/dotnet/Qpid.Client/Client/BasicMessageConsumer.cs
+++ b/dotnet/Qpid.Client/Client/BasicMessageConsumer.cs
@@ -34,14 +34,6 @@ namespace Qpid.Client
private bool _noLocal;
- /// We need to store the "raw" field table so that we can resubscribe in the event of failover being required.
-// private FieldTable _rawSelectorFieldTable;
-//
-// public FieldTable RawSelectorFieldTable
-// {
-// get { return _rawSelectorFieldTable; }
-// }
-
/**
* We store the exclusive field in order to be able to reuse it when resubscribing in the event of failover
*/