Skip to content

Commit

Permalink
Remove //base:logging.
Browse files Browse the repository at this point in the history
All legacy usages have been deleted thanks to the recent include cleaner changes.

PiperOrigin-RevId: 638199024
  • Loading branch information
tomokinat authored and hiroyuki-komatsu committed May 29, 2024
1 parent 483c9e1 commit c31fea4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
9 changes: 0 additions & 9 deletions src/base/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@ mozc_cc_library(
],
)

mozc_cc_library(
name = "logging",
hdrs = ["logging.h"],
deps = [
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
],
)

mozc_cc_library(
name = "log_file",
srcs = ["log_file.cc"],
Expand Down
38 changes: 0 additions & 38 deletions src/base/logging.h

This file was deleted.

0 comments on commit c31fea4

Please sign in to comment.