Explorar o código

telemetry_session: Remove unimplemented FinalizeAsyncJob prototype

This isn't implemented anywhere, so it can just be removed.
Lioncash %!s(int64=7) %!d(string=hai) anos
pai
achega
1964f4bbb3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/core/telemetry_session.h

+ 0 - 2
src/core/telemetry_session.h

@@ -30,8 +30,6 @@ public:
         field_collection.AddField(type, name, std::move(value));
     }
 
-    static void FinalizeAsyncJob();
-
 private:
     Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session
     std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields