aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-05-04 15:03:08 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-05-04 15:03:08 -0700
commitae3866bf6b58bd4a0f4c5d1f2e88e3dcea799213 (patch)
tree838df26945d09bc07ad815dbc8d16c8643f5ca3f /src/core/lib/iomgr/exec_ctx.h
parent6a14efc0236d8ff723c662305b5e7dac7f0cf491 (diff)
Try removing stats
Diffstat (limited to 'src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--src/core/lib/iomgr/exec_ctx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h
index 72d0ae58c1..eedc66f24e 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -102,7 +102,7 @@ class ExecCtx {
ExecCtx& operator=(const ExecCtx&) = delete;
/** Return starting_cpu */
- unsigned starting_cpu() const { return starting_cpu_; }
+ // unsigned starting_cpu() const { return starting_cpu_; }
struct CombinerData {
/* currently active combiner: updated only via combiner.c */
@@ -197,7 +197,6 @@ on outside context */
grpc_closure_list closure_list_ = GRPC_CLOSURE_LIST_INIT;
CombinerData combiner_data_ = {nullptr, nullptr};
uintptr_t flags_;
- unsigned starting_cpu_ = gpr_cpu_current_cpu();
bool now_is_valid_ = false;
grpc_millis now_ = 0;