diff --git a/mediapipe/examples/desktop/demo_run_graph_main_fps.cc b/mediapipe/examples/desktop/demo_run_graph_main_fps.cc index b3915abc7..f69c99726 100644 --- a/mediapipe/examples/desktop/demo_run_graph_main_fps.cc +++ b/mediapipe/examples/desktop/demo_run_graph_main_fps.cc @@ -83,7 +83,6 @@ absl::Status RunMPPGraph() { LOG(INFO) << "Start grabbing and processing frames."; bool grab_frames = true; - auto start_time = std::chrono::duration_cast(std::chrono::system_clock ::now().time_since_epoch()).count(); int frames = 0; int fps_sum = 0; while (grab_frames) {