From 7af45f2821504f19244140d4ea9bf69e5d6bf67c Mon Sep 17 00:00:00 2001
From: David Garcia Quintas <dgq@google.com>
Date: Wed, 29 Apr 2015 16:22:09 -0700
Subject: [PATCH] Fixed bad merge on basic_timers.c

---
 src/core/profiling/basic_timers.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/core/profiling/basic_timers.c b/src/core/profiling/basic_timers.c
index 7ad67f4831..8dd944cd36 100644
--- a/src/core/profiling/basic_timers.c
+++ b/src/core/profiling/basic_timers.c
@@ -47,7 +47,6 @@
 
 typedef struct grpc_timer_entry {
   grpc_precise_clock tm;
-  int tag;
   gpr_thd_id thd;
   int tag;
   void* id;
-- 
GitLab