mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 21:07:52 -05:00
Removed unused method.
This commit is contained in:
@@ -1740,10 +1740,6 @@ module FourSlash {
|
||||
}
|
||||
}
|
||||
|
||||
private getBOF(): number {
|
||||
return 0;
|
||||
}
|
||||
|
||||
private getEOF(): number {
|
||||
return this.languageServiceShimHost.getScriptSnapshot(this.activeFile.fileName).getLength();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user