diff --git a/src/harness/fourslash.ts b/src/harness/fourslash.ts index eb728414607..dd19508b222 100644 --- a/src/harness/fourslash.ts +++ b/src/harness/fourslash.ts @@ -1740,10 +1740,6 @@ module FourSlash { } } - private getBOF(): number { - return 0; - } - private getEOF(): number { return this.languageServiceShimHost.getScriptSnapshot(this.activeFile.fileName).getLength(); }