Fixing build warning because of unused variable in Orchard.Templates.

This commit is contained in:
Lombiq
2014-09-11 22:26:07 +02:00
committed by Zoltán Lehóczky
parent d33069b1ff
commit bee83d2205

View File

@@ -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)) {