Skip to content

Commit aec5d4d

Browse files
jckingcopybara-github
authored andcommitted
Remove now unused native JSON types
PiperOrigin-RevId: 717931070
1 parent 1fd78a1 commit aec5d4d

File tree

13 files changed

+0
-2089
lines changed

13 files changed

+0
-2089
lines changed

common/BUILD

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -279,38 +279,14 @@ cc_library(
279279

280280
cc_library(
281281
name = "json",
282-
srcs = ["json.cc"],
283282
hdrs = ["json.h"],
284283
deps = [
285-
":any",
286-
"//internal:copy_on_write",
287-
"//internal:proto_wire",
288-
"//internal:status_macros",
289284
"@com_google_absl//absl/base:core_headers",
290-
"@com_google_absl//absl/base:no_destructor",
291285
"@com_google_absl//absl/base:nullability",
292-
"@com_google_absl//absl/container:flat_hash_map",
293-
"@com_google_absl//absl/functional:overload",
294-
"@com_google_absl//absl/status",
295-
"@com_google_absl//absl/status:statusor",
296-
"@com_google_absl//absl/strings",
297-
"@com_google_absl//absl/strings:cord",
298-
"@com_google_absl//absl/types:variant",
299286
"@com_google_protobuf//:protobuf",
300287
],
301288
)
302289

303-
cc_test(
304-
name = "json_test",
305-
srcs = ["json_test.cc"],
306-
deps = [
307-
":json",
308-
"//internal:testing",
309-
"@com_google_absl//absl/hash:hash_testing",
310-
"@com_google_absl//absl/strings",
311-
],
312-
)
313-
314290
cc_library(
315291
name = "kind",
316292
srcs = ["kind.cc"],

0 commit comments

Comments
 (0)