Removing 2 warnings

--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-10-15 15:37:47 -07:00
parent cf328c0807
commit 77fd99f804
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ namespace Orchard.ContentManagement.Handlers {
public class ContentItemTemplates<TContent> : TemplateFilterBase<TContent> where TContent : class, IContent {
private readonly string _templateName;
// todo: (heskew) use _prefix?
private readonly string _prefix;
//private readonly string _prefix;
private readonly string[] _displayTypes;
private Action<UpdateEditorContext, IContent> _updater;

View File

@@ -42,7 +42,6 @@ namespace Orchard {
ex is StackOverflowException ||
ex is AccessViolationException ||
ex is AppDomainUnloadedException ||
ex is ExecutionEngineException ||
ex is ThreadAbortException ||
ex is SecurityException ||
ex is SEHException;