Skip to content

Commit df68462

Browse files
jckingcopybara-github
authored andcommitted
Delete Shared and SharedView
PiperOrigin-RevId: 735817036
1 parent adae95c commit df68462

File tree

12 files changed

+27
-1521
lines changed

12 files changed

+27
-1521
lines changed

common/BUILD

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,6 @@ cc_library(
358358
name = "type_testing",
359359
testonly = True,
360360
hdrs = ["type_testing.h"],
361-
deps = [
362-
":memory",
363-
":memory_testing",
364-
":type",
365-
"@com_google_absl//absl/types:optional",
366-
],
367361
)
368362

369363
cc_library(
@@ -491,7 +485,6 @@ cc_library(
491485
) + [
492486
"type.cc",
493487
"type_introspector.cc",
494-
"type_manager.cc",
495488
],
496489
hdrs = glob(
497490
[

0 commit comments

Comments
 (0)