mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing build warning because of unused variable in Orchard.Templates.
This commit is contained in:
@@ -31,7 +31,6 @@ namespace Orchard.Templates.Services {
|
||||
|
||||
public bool TryGetDescriptorBinding(string shapeType, out ShapeBinding shapeBinding) {
|
||||
var processors = BuildShapeProcessors();
|
||||
Func<dynamic, IHtmlString> processor;
|
||||
|
||||
TemplateResult templateResult = null;
|
||||
if (processors.TryGetValue(shapeType, out templateResult)) {
|
||||
|
Reference in New Issue
Block a user