Skip to content

Commit e851e4b

Browse files
Removed unused method.
1 parent f948f5d commit e851e4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/harness/fourslash.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,10 +1740,6 @@ module FourSlash {
17401740
}
17411741
}
17421742

1743-
private getBOF(): number {
1744-
return 0;
1745-
}
1746-
17471743
private getEOF(): number {
17481744
return this.languageServiceShimHost.getScriptSnapshot(this.activeFile.fileName).getLength();
17491745
}

0 commit comments

Comments
 (0)