[Gpr_To_Absl_Logging] Cleaning up allow list.

PiperOrigin-RevId: 656261794
pull/37286/head^2
Tanvi Jagtap 6 months ago committed by Copybara-Service
parent ff33098afa
commit a2b3704990
  1. 3
      tools/run_tests/sanity/banned_functions.py

@ -47,7 +47,6 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = {
"./src/ruby/ext/grpc/rb_grpc_imports.generated.c",
"./src/ruby/ext/grpc/rb_grpc_imports.generated.h",
],
"gpr_log_severity_string": [],
"gpr_log(": [
"./include/grpc/support/log.h",
"./src/core/util/android/log.cc",
@ -73,7 +72,6 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = {
"./src/ruby/ext/grpc/rb_call_credentials.c",
],
"gpr_log_message(": [
"./include/grpc/support/log.h",
"./src/core/util/android/log.cc",
"./src/core/util/linux/log.cc",
"./src/core/util/log.cc",
@ -95,6 +93,7 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = {
"gpr_assertion_failed": [],
"GPR_ASSERT": [],
"GPR_DEBUG_ASSERT": [],
"gpr_log_severity_string": [],
}
errors = 0

Loading…
Cancel
Save