Skip to content

Commit

Permalink
Remove an unused load statement from src/win32/base/BUILD.bazel
Browse files Browse the repository at this point in the history
This is a preparation to use Bazel to build Mozc for Windows (#948).

#codehealth

PiperOrigin-RevId: 680137142
  • Loading branch information
yukawa authored and hiroyuki-komatsu committed Sep 29, 2024
1 parent 9a9ccf2 commit 8bc7db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/win32/base/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ load(
"mozc_cc_test",
"mozc_cc_win32_library",
)
load("//bazel:stubs.bzl", "windows") # @unused
load(
"//bazel/win32:build_defs.bzl",
"features_gdi",
Expand Down

0 comments on commit 8bc7db2

Please sign in to comment.