debugger: remove unused definition `currentSource`

Client's property `currentSource` has no use throughout the project.
pull/28770/head
Oguz Bastemur 2014-02-03 13:47:29 +01:00 committed by Fedor Indutny
parent 9b37b83a20
commit 3dcf7253a8
1 changed files with 0 additions and 1 deletions

View File

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