From 8352e29847e02922b3b84640090eadd79df8d446 Mon Sep 17 00:00:00 2001 From: Irlan Date: Tue, 9 Apr 2019 16:26:14 -0300 Subject: [PATCH] Remove comment --- examples/testbed/framework/profiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/testbed/framework/profiler.h b/examples/testbed/framework/profiler.h index 3940537..070ae7e 100644 --- a/examples/testbed/framework/profiler.h +++ b/examples/testbed/framework/profiler.h @@ -46,9 +46,6 @@ public: void Begin(); // Must be called after profiling. - // The function will report all events in this profiler - // to the given event listener in the correct calling order. - // This function also flushes the profiler. void End(); // Begin a new scope.