|
14 | 14 |
|
15 | 15 | package(default_visibility = ["//visibility:public"]) |
16 | 16 |
|
17 | | -cc_library( |
18 | | - name = "arena_string", |
19 | | - hdrs = ["arena_string.h"], |
20 | | - deps = ["@com_google_absl//absl/strings:string_view"], |
21 | | -) |
22 | | - |
23 | 17 | cc_library( |
24 | 18 | name = "casting", |
25 | 19 | hdrs = ["casting.h"], |
@@ -61,41 +55,6 @@ cc_test( |
61 | 55 | ], |
62 | 56 | ) |
63 | 57 |
|
64 | | -cc_library( |
65 | | - name = "shared_byte_string", |
66 | | - srcs = ["shared_byte_string.cc"], |
67 | | - hdrs = ["shared_byte_string.h"], |
68 | | - deps = [ |
69 | | - ":arena_string", |
70 | | - ":reference_count", |
71 | | - "//common:allocator", |
72 | | - "//common:memory", |
73 | | - "@com_google_absl//absl/base", |
74 | | - "@com_google_absl//absl/base:core_headers", |
75 | | - "@com_google_absl//absl/base:nullability", |
76 | | - "@com_google_absl//absl/functional:overload", |
77 | | - "@com_google_absl//absl/log:absl_check", |
78 | | - "@com_google_absl//absl/meta:type_traits", |
79 | | - "@com_google_absl//absl/strings:cord", |
80 | | - "@com_google_absl//absl/strings:string_view", |
81 | | - "@com_google_absl//absl/types:optional", |
82 | | - "@com_google_protobuf//:protobuf", |
83 | | - ], |
84 | | -) |
85 | | - |
86 | | -cc_test( |
87 | | - name = "shared_byte_string_test", |
88 | | - srcs = ["shared_byte_string_test.cc"], |
89 | | - deps = [ |
90 | | - ":reference_count", |
91 | | - ":shared_byte_string", |
92 | | - "//internal:testing", |
93 | | - "@com_google_absl//absl/hash", |
94 | | - "@com_google_absl//absl/strings:cord", |
95 | | - "@com_google_absl//absl/strings:string_view", |
96 | | - ], |
97 | | -) |
98 | | - |
99 | 58 | cc_library( |
100 | 59 | name = "metadata", |
101 | 60 | hdrs = ["metadata.h"], |
|
0 commit comments