[bcl] Clean up some warnings
[mono.git] / mcs / class / System.Web.Extensions / System.Web.Handlers / ScriptResourceHandler.cs
index 721efc8657eb3d8303b0363a37de9937790a3239..d9f7d9d14f231d8d4ee744f0622adfd64f2d1793 100644 (file)
@@ -133,7 +133,6 @@ namespace System.Web.Handlers
                        if (entries.Count == 0)\r
                                throw new HttpException (404, "Resource not found");\r
 \r
-                       long atime;\r
                        DateTime modifiedSince;\r
                        bool hasIfModifiedSince = HasIfModifiedSince (context.Request, out modifiedSince);\r
                        \r