Skip to content

Commit

Permalink
[cleanups] Remove class CoreCodegen and g_core_codegen_interface (g…
Browse files Browse the repository at this point in the history
…rpc#31875)

* Delete `g_core_codegen_interface`

* Automated change: Fix sanity tests

* Fix

* Update
  • Loading branch information
ralphchung authored Dec 14, 2022
1 parent ba8d4bb commit e28419f
Show file tree
Hide file tree
Showing 40 changed files with 3 additions and 324 deletions.
6 changes: 0 additions & 6 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ GRPCXX_SRCS = [
"src/cpp/common/channel_arguments.cc",
"src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue_cc.cc",
"src/cpp/common/core_codegen.cc",
"src/cpp/common/resource_quota_cc.cc",
"src/cpp/common/rpc_method.cc",
"src/cpp/common/version_cc.cc",
Expand All @@ -264,7 +263,6 @@ GRPCXX_SRCS = [
"src/cpp/util/byte_buffer_cc.cc",
"src/cpp/util/string_ref.cc",
"src/cpp/util/time_cc.cc",
"src/cpp/codegen/codegen_init.cc",
]

GRPCXX_HDRS = [
Expand Down Expand Up @@ -292,7 +290,6 @@ GRPCXX_PUBLIC_HDRS = [
"include/grpc++/impl/call.h",
"include/grpc++/impl/channel_argument_option.h",
"include/grpc++/impl/client_unary_call.h",
"include/grpc++/impl/codegen/core_codegen.h",
"include/grpc++/impl/grpc_library.h",
"include/grpc++/impl/method_handler_impl.h",
"include/grpc++/impl/rpc_method.h",
Expand Down Expand Up @@ -341,7 +338,6 @@ GRPCXX_PUBLIC_HDRS = [
"include/grpcpp/impl/channel_argument_option.h",
"include/grpcpp/impl/channel_interface.h",
"include/grpcpp/impl/client_unary_call.h",
"include/grpcpp/impl/codegen/core_codegen.h",
"include/grpcpp/impl/completion_queue_tag.h",
"include/grpcpp/impl/create_auth_context.h",
"include/grpcpp/impl/delegating_channel.h",
Expand Down Expand Up @@ -409,7 +405,6 @@ GRPCXX_PUBLIC_HDRS = [
"include/grpc++/impl/codegen/completion_queue_tag.h",
"include/grpc++/impl/codegen/completion_queue.h",
"include/grpc++/impl/codegen/config.h",
"include/grpc++/impl/codegen/core_codegen_interface.h",
"include/grpc++/impl/codegen/create_auth_context.h",
"include/grpc++/impl/codegen/metadata_map.h",
"include/grpc++/impl/codegen/method_handler_impl.h",
Expand Down Expand Up @@ -444,7 +439,6 @@ GRPCXX_PUBLIC_HDRS = [
"include/grpcpp/impl/codegen/completion_queue_tag.h",
"include/grpcpp/impl/codegen/completion_queue.h",
"include/grpcpp/impl/codegen/config.h",
"include/grpcpp/impl/codegen/core_codegen_interface.h",
"include/grpcpp/impl/codegen/create_auth_context.h",
"include/grpcpp/impl/codegen/delegating_channel.h",
"include/grpcpp/impl/codegen/intercepted_channel.h",
Expand Down
24 changes: 0 additions & 24 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions gRPC-C++.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions grpc.gyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e28419f

Please sign in to comment.