Remove unnecessary else condition

pull/18462/head
Yash Tibrewal 6 years ago
parent f2529fee0a
commit 3954b3ef5d
  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