Skip to content

Commit

Permalink
Remove obsolete //base:logging from unix/fcitx5
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed May 29, 2024
1 parent 7a7aab9 commit c9a3041
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/unix/fcitx5/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ mozc_cc_library(
"fcitx_key_translator.h",
],
deps = [
"//base:logging",
"//base:port",
"//base:vlog",
"//base:singleton",
Expand All @@ -102,7 +101,6 @@ mozc_cc_library(
],
deps = [
"//base:util",
"//base:logging",
"//base:port",
"//base:vlog",
"@fcitx5//:fcitx5",
Expand Down
1 change: 0 additions & 1 deletion src/unix/fcitx5/surrounding_text_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "base/util.h"
#include "base/vlog.h"

namespace fcitx {

Expand Down

0 comments on commit c9a3041

Please sign in to comment.