Skip to content

Commit

Permalink
Map: Simple clean on BUILD targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq authored and kechxu committed Dec 18, 2019
1 parent 8266bd6 commit ae8448a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions modules/map/tools/map_datachecker/client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ package(default_visibility = ["//visibility:public"])

cc_binary(
name = "map_datachecker_client",
deps = [
":map_datachecker_client_lib",
],
)

cc_library(
name = "map_datachecker_client_lib",
srcs = ["main.cc"],
linkopts = [
"-lboost_filesystem",
Expand Down
7 changes: 0 additions & 7 deletions modules/map/tools/map_datachecker/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ package(default_visibility = ["//visibility:public"])

cc_binary(
name = "map_datachecker_server",
deps = [
":map_datachecker_server_lib",
],
)

cc_library(
name = "map_datachecker_server_lib",
srcs = ["main.cc"],
deps = [
":worker",
Expand Down

0 comments on commit ae8448a

Please sign in to comment.