0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

debugger: remove unused definition currentSource

Client's property `currentSource` has no use throughout the project.
This commit is contained in:
Oguz Bastemur 2014-02-03 13:47:29 +01:00 committed by Fedor Indutny
parent 9b37b83a20
commit 3dcf7253a8

View File

@ -165,7 +165,6 @@ function Client() {
this.currentFrame = NO_FRAME;
this.currentSourceLine = -1;
this.currentSource = null;
this.handles = {};
this.scripts = {};
this.breakpoints = [];