diff --git a/modules/benchmarks/src/tree/tree_benchmark.js b/modules/benchmarks/src/tree/tree_benchmark.js index b667fa593c..a79aa1e816 100644 --- a/modules/benchmarks/src/tree/tree_benchmark.js +++ b/modules/benchmarks/src/tree/tree_benchmark.js @@ -242,7 +242,6 @@ class BaseLineTreeComponent { value:BaseLineInterpolation; left:BaseLineIf; right:BaseLineIf; - element:Element; constructor(element) { this.element = element; var clone = DOM.clone(BASELINE_TREE_TEMPLATE.content.firstChild);