Polish macro again

pull/16714/head
Muxi Yan 6 years ago
parent 5161500621
commit ffb78c6b23
  1. 4
      src/core/lib/gpr/sync_posix.cc
  2. 4
      src/core/lib/iomgr/timer_manager.cc

@ -27,10 +27,6 @@
#include <time.h>
#include "src/core/lib/profiling/timers.h"
// For debug of the timer manager crash only.
#ifndef kGMS_BuildConfig_EnableGRPC
#define kGMS_BuildConfig_EnableGRPC() GRPC_DEBUG_TIMER_MANAGER
#endif
// For debug of the timer manager crash only.
// TODO (mxyan): remove after bug is fixed.
#ifdef GRPC_DEBUG_TIMER_MANAGER

@ -61,10 +61,6 @@ static uint64_t g_timed_waiter_generation;
static void timer_thread(void* completed_thread_ptr);
// For debug of the timer manager crash only.
#ifndef kGMS_BuildConfig_EnableGRPC
#define kGMS_BuildConfig_EnableGRPC() GRPC_DEBUG_TIMER_MANAGER
#endif
// For debug of the timer manager crash only.
// TODO (mxyan): remove after bug is fixed.
#ifdef GRPC_DEBUG_TIMER_MANAGER

Loading…
Cancel
Save