Fixed bad merge on basic_timers.c

pull/1408/head
David Garcia Quintas 10 years ago
parent 5f9f455682
commit 7af45f2821
  1. 1
      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;

Loading…
Cancel
Save