Merge pull request #18462 from yashykt/execctxfork

Remove unnecessary else condition
pull/18552/head
Yash Tibrewal 6 years ago committed by GitHub
commit 9dede0f029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/gprpp/fork.cc

@ -160,8 +160,6 @@ void Fork::GlobalInit() {
if (!override_enabled_) {
#ifdef GRPC_ENABLE_FORK_SUPPORT
support_enabled_ = true;
#else
support_enabled_ = false;
#endif
bool env_var_set = false;
char* env = gpr_getenv("GRPC_ENABLE_FORK_SUPPORT");

Loading…
Cancel
Save