[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36467/head
tanvi-jagtap 10 months ago
parent 26cbdfade5
commit cad94a5b29
  1. 3
      src/core/BUILD
  2. 2
      src/core/lib/transport/call_destination.h

@ -7287,9 +7287,6 @@ grpc_cc_library(
hdrs = [
"lib/transport/call_destination.h",
],
external_deps = [
"absl/log:check",
],
deps = [
"call_spine",
"//:gpr_platform",

@ -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"

Loading…
Cancel
Save