summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/Channel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-02-16 20:49:23 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-02-16 20:49:23 -0800
commit549017cdf590ea4ce4d8ad55c013c33a506133a3 (patch)
tree4783fa4d796c6deb1f7f39d0937778d88858daf3 /src/DotNetOpenAuth.Core/Messaging/Channel.cs
parentfcee7171b683db63aafac3c7351b22a849d06db4 (diff)
downloadDotNetOpenAuth-549017cdf590ea4ce4d8ad55c013c33a506133a3.zip
DotNetOpenAuth-549017cdf590ea4ce4d8ad55c013c33a506133a3.tar.gz
DotNetOpenAuth-549017cdf590ea4ce4d8ad55c013c33a506133a3.tar.bz2
More warning fixes.
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/Channel.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Messaging/Channel.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/Channel.cs b/src/DotNetOpenAuth.Core/Messaging/Channel.cs
index a134180..e36bb94 100644
--- a/src/DotNetOpenAuth.Core/Messaging/Channel.cs
+++ b/src/DotNetOpenAuth.Core/Messaging/Channel.cs
@@ -140,11 +140,6 @@ namespace DotNetOpenAuth.Messaging {
private IMessageFactory messageTypeProvider;
/// <summary>
- /// Backing store for the <see cref="CachePolicy"/> property.
- /// </summary>
- private RequestCachePolicy cachePolicy = new HttpRequestCachePolicy(HttpRequestCacheLevel.NoCacheNoStore);
-
- /// <summary>
/// Backing field for the <see cref="MaximumIndirectMessageUrlLength"/> property.
/// </summary>
private int maximumIndirectMessageUrlLength = Configuration.DotNetOpenAuthSection.Messaging.MaximumIndirectMessageUrlLength;