aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-08-22 15:38:21 -0700
committerGravatar GitHub <noreply@github.com>2018-08-22 15:38:21 -0700
commite04ba7568cb956c84c90f74cfb2b5607a7012aa9 (patch)
tree817aa9f14ea084789391702d39b2e34bd76d16eb /src/core/lib/surface
parent142acb3b0fd2b3586ad150691ddbe95a8bfdd73f (diff)
parentb59d8674d24d9b40d8d8b2b40f2be0118ff524d2 (diff)
Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown
Python fork handler checks if gRPC core successfully shutdown
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/surface/init.h b/src/core/lib/surface/init.h
index 9353208332..193f51447d 100644
--- a/src/core/lib/surface/init.h
+++ b/src/core/lib/surface/init.h
@@ -22,6 +22,5 @@
void grpc_register_security_filters(void);
void grpc_security_pre_init(void);
void grpc_security_init(void);
-int grpc_is_initialized(void);
#endif /* GRPC_CORE_LIB_SURFACE_INIT_H */