Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove base/type.h and base/value.h #587

Merged
1 commit merged into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,13 @@ cc_test(
cc_library(
name = "data",
hdrs = [
"type.h",
"type_provider.h",
"value.h",
],
deps = [
"//common:type",
"//common:value",
],
)

alias(
name = "type",
actual = ":data",
deprecation = "Use :data instead.",
)

alias(
name = "value",
actual = ":data",
deprecation = "Use :data instead.",
)

cc_library(
name = "function",
hdrs = [
Expand Down
20 changes: 0 additions & 20 deletions base/type.h

This file was deleted.

20 changes: 0 additions & 20 deletions base/value.h

This file was deleted.