telemetry_session: Remove unimplemented FinalizeAsyncJob prototype

This isn't implemented anywhere, so it can just be removed.
This commit is contained in:
Lioncash 2018-10-09 14:45:22 -04:00 committed by fearlessTobi
parent 129ca865b3
commit d5bb2a21aa

View file

@ -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