Skip to content

Commit

Permalink
Remove leftover dead code. (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdn authored Feb 5, 2025
1 parent a8f1d2d commit 4a4b0e1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 135 deletions.
1 change: 0 additions & 1 deletion closure/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
licenses(["notice"])

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//closure/private:lines_sorted_test.bzl", "lines_sorted_test")

bzl_library(
name = "web_library_bzl",
Expand Down
5 changes: 0 additions & 5 deletions closure/private/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ licenses(["notice"])

exports_files(["unusable_type.js"])

sh_binary(
name = "gensrcjar",
srcs = ["gensrcjar.sh"],
)

closure_base_js_library(
name = "base_lib",
# TODO(goktug): replace with base.js from compiler when included in the artifact.
Expand Down
85 changes: 0 additions & 85 deletions closure/private/gensrcjar.sh

This file was deleted.

44 changes: 0 additions & 44 deletions closure/private/lines_sorted_test.bzl

This file was deleted.

0 comments on commit 4a4b0e1

Please sign in to comment.