Removed unused method.

This commit is contained in:
Daniel Rosenwasser
2014-08-25 17:57:50 -07:00
parent f948f5d3f7
commit e851e4b00b

View File

@@ -1740,10 +1740,6 @@ module FourSlash {
}
}
private getBOF(): number {
return 0;
}
private getEOF(): number {
return this.languageServiceShimHost.getScriptSnapshot(this.activeFile.fileName).getLength();
}