From 3dcf7253a831946bd1cbb5ad74bfec6bc014f92e Mon Sep 17 00:00:00 2001 From: Oguz Bastemur Date: Mon, 3 Feb 2014 13:47:29 +0100 Subject: [PATCH] debugger: remove unused definition `currentSource` Client's property `currentSource` has no use throughout the project. --- lib/_debugger.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/_debugger.js b/lib/_debugger.js index f9e24768fc2..152ebf7533c 100644 --- a/lib/_debugger.js +++ b/lib/_debugger.js @@ -165,7 +165,6 @@ function Client() { this.currentFrame = NO_FRAME; this.currentSourceLine = -1; - this.currentSource = null; this.handles = {}; this.scripts = {}; this.breakpoints = [];