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.