aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/profiling/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/profiling/timers.h')
-rw-r--r--src/core/profiling/timers.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/profiling/timers.h b/src/core/profiling/timers.h
index d0b8286c03..df5882aa22 100644
--- a/src/core/profiling/timers.h
+++ b/src/core/profiling/timers.h
@@ -109,9 +109,7 @@ enum grpc_profiling_tags {
#endif /* GRPC_STAP_PROFILER */
#ifdef GRPC_BASIC_PROFILER
-typedef struct grpc_timers_log grpc_timers_log;
-
-extern grpc_timers_log *grpc_timers_log_global;
+/* Empty placeholder for now. */
#endif /* GRPC_BASIC_PROFILER */
#endif /* at least one profiler requested. */