Skip to content
Snippets Groups Projects
Commit 1964f4bb authored by Lioncash's avatar Lioncash
Browse files

telemetry_session: Remove unimplemented FinalizeAsyncJob prototype

This isn't implemented anywhere, so it can just be removed.
parent 8723cc87
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,6 @@ public: ...@@ -30,8 +30,6 @@ public:
field_collection.AddField(type, name, std::move(value)); field_collection.AddField(type, name, std::move(value));
} }
static void FinalizeAsyncJob();
private: private:
Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session
std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment