aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hexops/gotextdiff/span/token112.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hexops/gotextdiff/span/token112.go')
-rw-r--r--vendor/github.com/hexops/gotextdiff/span/token112.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/hexops/gotextdiff/span/token112.go b/vendor/github.com/hexops/gotextdiff/span/token112.go
deleted file mode 100644
index 017aec9c1..000000000
--- a/vendor/github.com/hexops/gotextdiff/span/token112.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2019 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build go1.12
-
-package span
-
-import (
- "go/token"
-)
-
-// TODO(rstambler): Delete this file when we no longer support Go 1.11.
-func lineStart(f *token.File, line int) token.Pos {
- return f.LineStart(line)
-}