Skip to content

Commit

Permalink
cleanup of unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebarrau committed Dec 13, 2023
1 parent 5d2696e commit 2526545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion java/gazelle/private/bazel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ go_library(
srcs = ["bazel.go"],
importpath = "github.com/bazel-contrib/rules_jvm/java/gazelle/private/bazel",
visibility = ["//java/gazelle:__subpackages__"],
deps = ["@io_bazel_rules_go//go/tools/bazel:go_default_library"],
)
11 changes: 1 addition & 10 deletions java/gazelle/private/bazel/bazel.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
package bazel

import (
"regexp"

"github.com/bazelbuild/rules_go/go/tools/bazel"
)

var (
FindBinary = bazel.FindBinary
ListRunfiles = bazel.ListRunfiles
)
import "regexp"

var nonWordRe = regexp.MustCompile(`\W+`)

Expand Down

0 comments on commit 2526545

Please sign in to comment.