From e290990371a46b7a2571b0fb8fdaa91822638fc7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 16 Nov 2014 14:34:29 +1100 Subject: [PATCH] scope: remove unused references instance property --- lib/6to5/traverse/scope.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/6to5/traverse/scope.js b/lib/6to5/traverse/scope.js index 420c656b8b..6dd2433739 100644 --- a/lib/6to5/traverse/scope.js +++ b/lib/6to5/traverse/scope.js @@ -12,7 +12,6 @@ function Scope(parent, block) { this.info = this.getInfo(); this.declarations = this.info.declarations; - this.references = this.info.references; } Scope.prototype.getInfo = function () {