Skip to content

Commit

Permalink
Remove now unused native JSON types
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717954715
  • Loading branch information
jcking authored and copybara-github committed Jan 21, 2025
1 parent 1fd78a1 commit f61a4de
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 2,089 deletions.
24 changes: 0 additions & 24 deletions common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -279,38 +279,14 @@ cc_library(

cc_library(
name = "json",
srcs = ["json.cc"],
hdrs = ["json.h"],
deps = [
":any",
"//internal:copy_on_write",
"//internal:proto_wire",
"//internal:status_macros",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/base:no_destructor",
"@com_google_absl//absl/base:nullability",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/functional:overload",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:cord",
"@com_google_absl//absl/types:variant",
"@com_google_protobuf//:protobuf",
],
)

cc_test(
name = "json_test",
srcs = ["json_test.cc"],
deps = [
":json",
"//internal:testing",
"@com_google_absl//absl/hash:hash_testing",
"@com_google_absl//absl/strings",
],
)

cc_library(
name = "kind",
srcs = ["kind.cc"],
Expand Down
Loading

0 comments on commit f61a4de

Please sign in to comment.