Skip to content

Commit

Permalink
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
Browse files Browse the repository at this point in the history
…SERT
  • Loading branch information
tanvi-jagtap committed Apr 28, 2024
1 parent 26cbdfa commit cad94a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7287,9 +7287,6 @@ grpc_cc_library(
hdrs = [
"lib/transport/call_destination.h",
],
external_deps = [
"absl/log:check",
],
deps = [
"call_spine",
"//:gpr_platform",
Expand Down
2 changes: 0 additions & 2 deletions src/core/lib/transport/call_destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#ifndef GRPC_SRC_CORE_LIB_TRANSPORT_CALL_DESTINATION_H
#define GRPC_SRC_CORE_LIB_TRANSPORT_CALL_DESTINATION_H

#include "absl/log/check.h"

#include <grpc/support/port_platform.h>

#include "src/core/lib/gprpp/orphanable.h"
Expand Down

0 comments on commit cad94a5

Please sign in to comment.