From a717ac0456de5ea08c647570d2d5646a202f579b Mon Sep 17 00:00:00 2001 From: aaaron7 Date: Thu, 5 Nov 2020 16:21:45 +0800 Subject: [PATCH] remove comments. --- mediapipe/objc/MPPGraph.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/mediapipe/objc/MPPGraph.mm b/mediapipe/objc/MPPGraph.mm index 94b8b2667..67f3a16e6 100644 --- a/mediapipe/objc/MPPGraph.mm +++ b/mediapipe/objc/MPPGraph.mm @@ -45,7 +45,6 @@ /// Number of frames currently being processed by the graph. std::atomic _framesInFlight; - /// Used as a sequential timestamp for MediaPipe. int64 _frameNumber; // Graph config modified to expose requested output streams.