Author: lluis
Date: 2005-04-01 12:28:43 -0500 (Fri, 01 Apr 2005)
New Revision: 42467
Modified:
trunk/mcs/class/System.Web/System.Web.Caching/CachedRawResponse.cs
trunk/mcs/class/System.Web/System.Web.Caching/ChangeLog
Log:
2005-04-01 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* CachedRawResponse.cs: Fix warning.
Modified: trunk/mcs/class/System.Web/System.Web.Caching/CachedRawResponse.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web.Caching/CachedRawResponse.cs
2005-04-01 16:57:17 UTC (rev 42466)
+++ trunk/mcs/class/System.Web/System.Web.Caching/CachedRawResponse.cs
2005-04-01 17:28:43 UTC (rev 42467)
@@ -49,7 +49,6 @@
internal CachedRawResponse (HttpCachePolicy policy)
{
this.policy = policy;
- this.varyby = varyby;
this.buffer = new byte [HttpWriter.MaxBufferSize];
}
Modified: trunk/mcs/class/System.Web/System.Web.Caching/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web/System.Web.Caching/ChangeLog 2005-04-01
16:57:17 UTC (rev 42466)
+++ trunk/mcs/class/System.Web/System.Web.Caching/ChangeLog 2005-04-01
17:28:43 UTC (rev 42467)
@@ -1,3 +1,7 @@
+2005-04-01 Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+ * CachedRawResponse.cs: Fix warning.
+
2004-11-08 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
* CacheEntry.cs: convert the external DateTime to GMT, as everything
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches